mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
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>
This commit is contained in:
parent
9445ddd630
commit
1beeaed371
1 changed files with 3 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue