mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: emacs-edbi: Use search-input-file.
* gnu/packages/emacs-xyz.scm (emacs-edbi): Improve style. [arguments]<phases>: Improve style of phase 'patch-path. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
0421924c2b
commit
769e7f76cd
1 changed files with 2 additions and 2 deletions
|
@ -33466,9 +33466,9 @@ asynchronous communications, the RPC response is fairly good.")
|
|||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-path
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let ((perl (assoc-ref inputs "perl")))
|
||||
(let ((perl (search-input-file inputs "bin/perl")))
|
||||
(substitute* "edbi.el"
|
||||
(("\"perl\"") (string-append "\"" perl "/bin/perl\""))))))
|
||||
(("\"perl\"") (string-append "\"" perl "\""))))))
|
||||
(add-after 'install 'wrap-edbi-bridge
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue