diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-03-17 18:13:06 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-03-17 18:13:06 +0100 |
commit | 7c516af64176620d71058f6003ef19209cc20c12 (patch) | |
tree | d7b95df60f22cafb946fdfdd799d33b5d9fd9fef /gnu-system.am | |
parent | b148bd714ed975d06bdda0934a30175883a19bb0 (diff) | |
download | guix-7c516af64176620d71058f6003ef19209cc20c12.tar guix-7c516af64176620d71058f6003ef19209cc20c12.tar.gz |
gnu: pulseaudio: Upgrade to 5.0.
* gnu/packages/pulseaudio.scm (pulseaudio): Upgrade to 5.0.
Remove patches.
* gnu/packages/patches/pulseaudio-test-timeouts.patch,
gnu/packages/patches/pulseaudio-volume-test.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
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 2eae1483cc..987c5a6b0a 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -310,8 +310,6 @@ dist_patch_DATA = \ gnu/packages/patches/perl-no-sys-dirs.patch \ gnu/packages/patches/plotutils-libpng-jmpbuf.patch \ gnu/packages/patches/procps-make-3.82.patch \ - gnu/packages/patches/pulseaudio-test-timeouts.patch \ - gnu/packages/patches/pulseaudio-volume-test.patch \ gnu/packages/patches/python-fix-dbm.patch \ gnu/packages/patches/qemu-make-4.0.patch \ gnu/packages/patches/qemu-multiple-smb-shares.patch \ |