diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-01-03 16:47:19 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-01-03 16:47:19 +0100 |
commit | f5ac2352e94ea9e56f3397cb5e9e9f922d8dc1e8 (patch) | |
tree | 3e5409adbb72edad0f7371383e2073f1b9806f6b /gnu-system.am | |
parent | bf0018cd87e6a0f706a4298d5c6f62e7ef7f5d16 (diff) | |
download | guix-f5ac2352e94ea9e56f3397cb5e9e9f922d8dc1e8.tar guix-f5ac2352e94ea9e56f3397cb5e9e9f922d8dc1e8.tar.gz |
gnu: pulseaudio: Add patch for 'volume-test'; re-enable tests.
* gnu/packages/patches/pulseaudio-volume-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/pulseaudio.scm (pulseaudio): Use it. Remove
#:tests? #t.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 373dd5d9d7..fbf61d6ec1 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -276,6 +276,7 @@ dist_patch_DATA = \ gnu/packages/patches/procps-make-3.82.patch \ gnu/packages/patches/pspp-tests.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 \ |