diff options
author | Andreas Enge <andreas@enge.fr> | 2013-10-30 22:06:57 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-10-30 22:06:57 +0100 |
commit | f506ed920cdc105f090507e3cf8fc447f61756dc (patch) | |
tree | 85233875e7476bc0925b6c5da8bfba1e85bafac8 /gnu-system.am | |
parent | 94f48f98f05239c4bd5b8281042452e68d8f99b2 (diff) | |
download | guix-f506ed920cdc105f090507e3cf8fc447f61756dc.tar guix-f506ed920cdc105f090507e3cf8fc447f61756dc.tar.gz |
gnu: Add gstreamer-0.10.
* gnu/packages/gstreamer.scm (gstreamer-0.10): New variable.
* gnu/packages/patches/gstreamer-0.10-bison3.patch,
gnu/packages/patches/gstreamer-0.10-silly-test.patch: New files.
* gnu-system.am (dist_patch_DATA): Add patches.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 3b5384f354..f77bb03da7 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -226,6 +226,8 @@ dist_patch_DATA = \ gnu/packages/patches/glibc-ldd-x86_64.patch \ gnu/packages/patches/glibc-no-ld-so-cache.patch \ gnu/packages/patches/grub-gets-undeclared.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-default-utf8.patch \ gnu/packages/patches/guile-linux-syscalls.patch \ |