mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-edbi: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-edbi)[arguments]: Don't refer to nonexistent 'wrap' phase. Change-Id: I108202f2272c1a962b93808739f294767f5878b5
This commit is contained in:
parent
f4b83f1785
commit
5bf46cd473
1 changed files with 1 additions and 1 deletions
|
@ -30748,7 +30748,7 @@ asynchronous communications, the RPC response is fairly good.")
|
|||
(let ((perl (assoc-ref inputs "perl")))
|
||||
(substitute* "edbi.el"
|
||||
(("\"perl\"") (string-append "\"" perl "/bin/perl\""))))))
|
||||
(add-after 'wrap 'wrap-edbi-bridge
|
||||
(add-after 'install 'wrap-edbi-bridge
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(bridge (string-append (elpa-directory out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue