diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-04-19 22:32:58 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-04-19 22:32:58 +0200 |
commit | 04a4fe2df2f1876a3b4ce5fb7405f4bd940feeb7 (patch) | |
tree | f8f9ef6fbaedf58dd0fa80ed751d6ef6cd114421 /gnu/local.mk | |
parent | 4f4c38c881d4224dc545c82253d2a8f631f95927 (diff) | |
download | guix-04a4fe2df2f1876a3b4ce5fb7405f4bd940feeb7.tar.gz |
gnu: emacs-xelb: Fix compilation error with xcb-proto@1.15.
* gnu/packages/patches/emacs-xelb-ignore-length-element.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/emacs-xyz.scm (emacs-xelb): Use it.
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 daa83bcdf2..486adca929 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1077,6 +1077,7 @@ dist_patch_DATA = \ %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/emacs-xelb-ignore-length-element.patch \ %D%/packages/patches/enjarify-setup-py.patch \ %D%/packages/patches/enlightenment-fix-setuid-path.patch \ %D%/packages/patches/erlang-man-path.patch \ |