1
Fork 0
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:
Danny Milosavljevic 2024-08-28 00:12:56 +02:00
parent 61190f4db5
commit f4c019e947
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

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