mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +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
|
(define-public emacs-xelb
|
||||||
(package
|
(package
|
||||||
(name "emacs-xelb")
|
(name "emacs-xelb")
|
||||||
(version "0.20")
|
(version "0.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -22477,7 +22477,7 @@ conflicts.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ph09j78pf3f97zxaqcsxfl1aq5rnlib1h6xyga01067lq9ir86m"))))
|
"1xzjpbzfyb32xhsjbibv4rb4kd3rwrms6xaiag3irdralkkcvyca"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
;; The following functions and variables needed by emacs-xelb are
|
;; The following functions and variables needed by emacs-xelb are
|
||||||
;; not included in emacs-minimal:
|
;; not included in emacs-minimal:
|
||||||
|
@ -22498,8 +22498,7 @@ conflicts.")
|
||||||
(emacs (search-input-file (or native-inputs inputs)
|
(emacs (search-input-file (or native-inputs inputs)
|
||||||
"/bin/emacs")))
|
"/bin/emacs")))
|
||||||
(invoke "make"
|
(invoke "make"
|
||||||
(format #f "PROTO_PATH=~a/share/xcb" xcb-proto)
|
(format #f "PROTO_PATH=~a/share/xcb" xcb-proto))))))))
|
||||||
(format #f "EMACS_BIN=~a -Q" emacs))))))))
|
|
||||||
(native-inputs (list xcb-proto))
|
(native-inputs (list xcb-proto))
|
||||||
(propagated-inputs (list emacs-compat))
|
(propagated-inputs (list emacs-compat))
|
||||||
(home-page "https://github.com/emacs-exwm/xelb")
|
(home-page "https://github.com/emacs-exwm/xelb")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue