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:
宋文武 2024-06-19 14:39:54 +08:00 committed by Ludovic Courtès
parent f4b83f1785
commit 5bf46cd473
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)