mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-xelb: Return #t from phases.
* gnu/packages/emacs.scm (emacs-xelb)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
2f48416f47
commit
bca4b2e7cc
1 changed files with 7 additions and 7 deletions
|
@ -6148,13 +6148,13 @@ (define-public emacs-xelb
|
|||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'regenerate-el-files
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(zero? (system* "make"
|
||||
(string-append "PROTO_PATH="
|
||||
(assoc-ref inputs "xcb-proto")
|
||||
"/share/xcb")
|
||||
(string-append "EMACS_BIN="
|
||||
(assoc-ref inputs "emacs")
|
||||
"/bin/emacs -Q"))))))))
|
||||
(invoke "make"
|
||||
(string-append "PROTO_PATH="
|
||||
(assoc-ref inputs "xcb-proto")
|
||||
"/share/xcb")
|
||||
(string-append "EMACS_BIN="
|
||||
(assoc-ref inputs "emacs")
|
||||
"/bin/emacs -Q")))))))
|
||||
(native-inputs `(("xcb-proto" ,xcb-proto)))
|
||||
(home-page "https://github.com/ch11ng/xelb")
|
||||
(synopsis "X protocol Emacs Lisp binding")
|
||||
|
|
Loading…
Reference in a new issue