diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2025-06-29 20:42:00 -0300 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-07-04 23:38:11 +0800 |
| commit | 1beeaed3716dffc2028c45756641649d9f73cb45 (patch) | |
| tree | 7bbf6ee47e34a58e173f3a6ffb25afed23021bd2 /gnu | |
| parent | 9445ddd630d4aff43d6fdec8d0ebdea507fe9402 (diff) | |
gnu: emacs-xelb: Update to 0.21.
* gnu/packages/emacs-xyz.scm (emacs-xelb): Update to 0.21.
[regenerate-el-files]: Remove unneeded environment variable EMACS_BIN.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 2e3706b27d8..a29b93c4f90 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -22467,7 +22467,7 @@ conflicts.") (define-public emacs-xelb (package (name "emacs-xelb") - (version "0.20") + (version "0.21") (source (origin (method git-fetch) @@ -22477,7 +22477,7 @@ conflicts.") (file-name (git-file-name name version)) (sha256 (base32 - "0ph09j78pf3f97zxaqcsxfl1aq5rnlib1h6xyga01067lq9ir86m")))) + "1xzjpbzfyb32xhsjbibv4rb4kd3rwrms6xaiag3irdralkkcvyca")))) (build-system emacs-build-system) ;; The following functions and variables needed by emacs-xelb are ;; not included in emacs-minimal: @@ -22498,8 +22498,7 @@ conflicts.") (emacs (search-input-file (or native-inputs inputs) "/bin/emacs"))) (invoke "make" - (format #f "PROTO_PATH=~a/share/xcb" xcb-proto) - (format #f "EMACS_BIN=~a -Q" emacs)))))))) + (format #f "PROTO_PATH=~a/share/xcb" xcb-proto)))))))) (native-inputs (list xcb-proto)) (propagated-inputs (list emacs-compat)) (home-page "https://github.com/emacs-exwm/xelb") |
