diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-10-22 17:41:39 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-10-22 17:47:37 -0500 |
commit | c595cd47d8d60688f8eb56f25baab2854880e43c (patch) | |
tree | b5e0aeb2aa4aba2233f76f3085c9a0a1593edf2e /gnu-system.am | |
parent | 2442e69e4182b592757dad473c8c7b1c48ca8284 (diff) | |
download | guix-c595cd47d8d60688f8eb56f25baab2854880e43c.tar guix-c595cd47d8d60688f8eb56f25baab2854880e43c.tar.gz |
gnu: evilwm: Add patch for lost-focus bug.
* gnu/packages/patches/evilwm-lost-focus-bug.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/wm.scm (evilwm)[source]: Use 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 e62fe18c97..3e976e9fb7 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -438,6 +438,7 @@ dist_patch_DATA = \ gnu/packages/patches/elfutils-tests-ptrace.patch \ gnu/packages/patches/emacs-exec-path.patch \ gnu/packages/patches/eudev-rules-directory.patch \ + gnu/packages/patches/evilwm-lost-focus-bug.patch \ gnu/packages/patches/expat-CVE-2015-1283.patch \ gnu/packages/patches/fastcap-mulGlobal.patch \ gnu/packages/patches/fastcap-mulSetup.patch \ |