diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-04-29 16:19:52 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-04-29 16:19:52 +0800 |
commit | 27c4f0cc03448b53053fa33035bdfc5b17178a92 (patch) | |
tree | faab38f95e0c04fe10c62cd39b807db2facd8726 /gnu-system.am | |
parent | 3ec4bba4c9b4098877dbaa2708b8f758afd05f2f (diff) | |
download | patches-27c4f0cc03448b53053fa33035bdfc5b17178a92.tar patches-27c4f0cc03448b53053fa33035bdfc5b17178a92.tar.gz |
gnu: Remove gstreamer-0.10 and gst-plugins-base-0.10.
* gnu/packages/gstreamer.scm (gstreamer-0.10, gst-plugins-base-0.10):
Remove variables.
* gnu/packages/patches/gstreamer-0.10-bison3.patch,
gnu/packages/patches/gstreamer-0.10-silly-test.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu-system.am b/gnu-system.am index 617e8bb217..60901a6bc2 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -440,8 +440,6 @@ dist_patch_DATA = \ gnu/packages/patches/grep-CVE-2015-1345.patch \ gnu/packages/patches/grub-gets-undeclared.patch \ gnu/packages/patches/grub-freetype.patch \ - gnu/packages/patches/gstreamer-0.10-bison3.patch \ - gnu/packages/patches/gstreamer-0.10-silly-test.patch \ gnu/packages/patches/guile-1.8-cpp-4.5.patch \ gnu/packages/patches/guile-arm-fixes.patch \ gnu/packages/patches/guile-default-utf8.patch \ |