diff options
author | Nicolas Goaziou <[email protected]> | 2024-06-18 21:55:26 +0200 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2024-06-18 23:56:18 +0200 |
commit | 6c2a65e566e288aefb0d5fff0498ec102d50a4ab (patch) | |
tree | 1d5cb5de5a8d958eb807a0ef9c0c6b65cc381faa /gnu/packages/patches/emacs-xelb-ignore-length-element.patch | |
parent | ef726bf8b7158c5c4c156bc95e2c1c319c4d34c9 (diff) |
gnu: emacs-xelb: Update to 0.19.
* gnu/packages/emacs-xyz.scm (emacs-xelb): Update to 0.19.
[source]: Remove patch.
[arguments]<#:phase>: Remove "/usr/bin/env".
* gnu/packages/patches/emacs-xelb-ignore-length-element.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Apply removal.
Change-Id: Ib7143de596043158eabdab93338d5178780434d8
Diffstat (limited to 'gnu/packages/patches/emacs-xelb-ignore-length-element.patch')
-rw-r--r-- | gnu/packages/patches/emacs-xelb-ignore-length-element.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/patches/emacs-xelb-ignore-length-element.patch b/gnu/packages/patches/emacs-xelb-ignore-length-element.patch deleted file mode 100644 index 48c3e35155..0000000000 --- a/gnu/packages/patches/emacs-xelb-ignore-length-element.patch +++ /dev/null @@ -1,19 +0,0 @@ -Work around build failure due to XCB "length" element. -Patch from <https://sources.debian.org/patches/xelb/0.18-4/>. - -Author: Martin <[email protected]> -Bug: https://github.com/ch11ng/xelb/issues/28 -Bug-Debian: https://bugs.debian.org/1017294 - ---- ---- a/el_client.el -+++ b/el_client.el -@@ -519,7 +519,7 @@ - (`list (xelb-parse-list node)) - (`exprfield (xelb-parse-exprfield node)) - (`switch (xelb-parse-switch node)) -- ((or `comment `doc)) ;simply ignored -+ ((or `comment `doc `length)) ;simply ignored - (x (error "Unsupported structure content: <%s>" x)))) - - ;; The car of the result shall be renamed to prevent duplication of slot names |