diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-02-09 23:20:42 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-02-09 23:20:42 +0100 |
commit | f9ec07a9859c5b305105ab38bff3f3db0dcb842d (patch) | |
tree | e9c726ae0dd2831cd16e8c548a04d6f05f1190d6 /gnu-system.am | |
parent | 4cccb3617ee0e2344d0d986f3c60d97e77aa3249 (diff) | |
download | guix-f9ec07a9859c5b305105ab38bff3f3db0dcb842d.tar guix-f9ec07a9859c5b305105ab38bff3f3db0dcb842d.tar.gz |
gnu: slim: Work around flaky synchronization with the X server.
* gnu/packages/patches/slim-sigusr1.patch: New file.
* gnu/packages/slim.scm (slim): 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 cc34dbc7b3..a98ef250d0 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -299,6 +299,7 @@ dist_patch_DATA = \ gnu/packages/patches/scheme48-tests.patch \ gnu/packages/patches/slim-session.patch \ gnu/packages/patches/slim-config.patch \ + gnu/packages/patches/slim-sigusr1.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ gnu/packages/patches/teckit-cstdio.patch \ gnu/packages/patches/valgrind-glibc.patch \ |