diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-11-16 20:40:26 +0900 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-17 14:04:20 +0100 |
commit | 08af580bde01ffd8e6968b6f9f9eff14c4f9cc5a (patch) | |
tree | 6b6d52be35e6733c5dfe2789856e9cc4ce5eaf74 /gnu/packages/terminals.scm | |
parent | 76421cf0d2e1feb637f174c5c9891e8286965c58 (diff) | |
download | patches-08af580bde01ffd8e6968b6f9f9eff14c4f9cc5a.tar patches-08af580bde01ffd8e6968b6f9f9eff14c4f9cc5a.tar.gz |
gnu: kmscon: Add runtime keymap update support.
* gnu/packages/patches/kmscon-runtime-keymap-switch.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/terminals.scm (kmscon)[source]: Add patch.
Diffstat (limited to 'gnu/packages/terminals.scm')
-rw-r--r-- | gnu/packages/terminals.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 5d99e17ee3..236923a2d6 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -242,6 +242,8 @@ compatibility to existing emulators like xterm, gnome-terminal, konsole, etc.") (sha256 (base32 "0q62kjsvy2iwy8adfiygx2bfwlh83rphgxbis95ycspqidg9py87")) + (patches + (search-patches "kmscon-runtime-keymap-switch.patch")) (modules '((guix build utils))))) (build-system gnu-build-system) (arguments |