diff options
author | Andrew Tropin <andrew@trop.in> | 2022-09-16 15:53:53 +0300 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2022-09-16 20:28:34 +0300 |
commit | 77e768ac4e57d5fd443c7d69a7cc0c8339d0c238 (patch) | |
tree | dee75cf1c29691e79adc3723f6e3ab9d968e55ea /gnu/local.mk | |
parent | 888dfc8eb6f08672de716dc66a15a74fee302eb7 (diff) | |
download | guix-77e768ac4e57d5fd443c7d69a7cc0c8339d0c238.tar guix-77e768ac4e57d5fd443c7d69a7cc0c8339d0c238.tar.gz |
gnu: emacs-next-pgtk: Fix super key problem.
Recent version of emacs 29 with pgtk flag has a problem with handling super
key modifier, due to gtk bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/4913
This commit workarounds it.
* gnu/packages/patches/emacs-pgtk-super-key-fix.patch: New file.
* gnu/packages/emacs.scm (emacs-next-pgtk): Use it here.
* gnu/local.mk (dist_patch_DATA): Register it here.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index ebfc7fd803..de460c2017 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1052,6 +1052,7 @@ dist_patch_DATA = \ %D%/packages/patches/emacs-wordnut-require-adaptive-wrap.patch \ %D%/packages/patches/emacs-yasnippet-fix-tests.patch \ %D%/packages/patches/emacs-kv-fix-tests.patch \ + %D%/packages/patches/emacs-pgtk-super-key-fix.patch \ %D%/packages/patches/enjarify-setup-py.patch \ %D%/packages/patches/enlightenment-fix-setuid-path.patch \ %D%/packages/patches/erlang-man-path.patch \ |