diff options
author | Mark H Weaver <mhw@netris.org> | 2015-03-31 14:13:29 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-04-01 03:33:46 -0400 |
commit | f6e7e20b03daba53cc63edd0661b2f4ead722f26 (patch) | |
tree | db7877ac560a92861b7e0d9abb313b8123542d9f /gnu-system.am | |
parent | 15aa2c38429a5785ed08519c88ff89a0b7027f0f (diff) | |
download | guix-f6e7e20b03daba53cc63edd0661b2f4ead722f26.tar guix-f6e7e20b03daba53cc63edd0661b2f4ead722f26.tar.gz |
gnu: pulseaudio: Increase timeout on cpu-mix-test.
* gnu/packages/patches/pulseaudio-longer-test-timeout.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/pulseaudio.scm (pulseaudio)[source]: Add patch.
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 d3e4dafc4e..cb68e72bc3 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -504,6 +504,7 @@ dist_patch_DATA = \ gnu/packages/patches/portaudio-audacity-compat.patch \ gnu/packages/patches/procps-make-3.82.patch \ gnu/packages/patches/pulseaudio-fix-mult-test.patch \ + gnu/packages/patches/pulseaudio-longer-test-timeout.patch \ gnu/packages/patches/pybugz-encode-error.patch \ gnu/packages/patches/pybugz-stty.patch \ gnu/packages/patches/pyqt-configure.patch \ |