mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: emacs-zmq: Fix typo.
* gnu/packages/emacs-xyz.scm (emacs-zmq)[arguments]<#:phases>[configure]: Make it fix typo. Change-Id: Ia06893cb9acd247c489676fffae7be39304fdea5
This commit is contained in:
parent
61190f4db5
commit
f4c019e947
1 changed files with 4 additions and 0 deletions
|
@ -9627,6 +9627,10 @@ build jobs.")
|
|||
(substitute* "src/configure"
|
||||
(("/bin/sh") (which "sh"))
|
||||
(("/usr/bin/file") (which "file")))
|
||||
(substitute* "zmq.el"
|
||||
;; This typo is already fixed in master--but no release was
|
||||
;; made.
|
||||
(("zmq-mesage-more-p") "zmq-message-more-p"))
|
||||
(invoke "make")))
|
||||
(add-after 'install 'install-shared-object
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue