diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-26 19:46:48 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-27 04:04:51 -0500 |
commit | 1d8e7273578e95f6b5e4293ac34c4f6fe5d5c579 (patch) | |
tree | b369e88eb734539e2b2e4d92e779ac0217542c40 /gnu/local.mk | |
parent | c1ed10f95e81ee1f2c6d242164fdcb6d9dfad9f3 (diff) | |
download | gnu-guix-1d8e7273578e95f6b5e4293ac34c4f6fe5d5c579.tar gnu-guix-1d8e7273578e95f6b5e4293ac34c4f6fe5d5c579.tar.gz |
gnu: gst-plugins-base: Update to 1.10.4.
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.10.4.
[source]: Remove obsolete patch 'gst-plugins-base-fix-test-on-32bit.patch'
* gnu/packages/patches/gst-plugins-base-fix-test-on-32bit.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0538601734..b408cc29d9 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -605,7 +605,6 @@ dist_patch_DATA = \ %D%/packages/patches/grub-gets-undeclared.patch \ %D%/packages/patches/grub-freetype.patch \ %D%/packages/patches/gsl-test-i686.patch \ - %D%/packages/patches/gst-plugins-base-fix-test-on-32bit.patch \ %D%/packages/patches/guile-1.8-cpp-4.5.patch \ %D%/packages/patches/guile-arm-fixes.patch \ %D%/packages/patches/guile-default-utf8.patch \ |