diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-03-15 23:38:32 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-03-15 23:38:45 +0100 |
commit | 576d38c846bd374c39e7c59660fcaa6bc425534d (patch) | |
tree | 2714ac2cba187695450e2b13c3599d20b215955f /gnu-system.am | |
parent | 1b6826d34a291ecc1f8be323bbf2df28f4183bd3 (diff) | |
download | guix-576d38c846bd374c39e7c59660fcaa6bc425534d.tar guix-576d38c846bd374c39e7c59660fcaa6bc425534d.tar.gz |
gnu: pavucontrol: Work around segmentation fault.
* gnu/packages/patches/pavucontrol-sigsegv.patch: New file.
* gnu/packages/pulseaudio.scm (pavucontrol)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
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 c3e8c5b02d..b6a0f3a770 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -475,6 +475,7 @@ dist_patch_DATA = \ gnu/packages/patches/patchelf-page-size.patch \ gnu/packages/patches/patchelf-rework-for-arm.patch \ gnu/packages/patches/patchutils-xfail-gendiff-tests.patch \ + gnu/packages/patches/pavucontrol-sigsegv.patch \ gnu/packages/patches/perl-no-sys-dirs.patch \ gnu/packages/patches/perl-tk-x11-discover.patch \ gnu/packages/patches/petsc-fix-threadcomm.patch \ |