~ruther/guix-local

f4c019e94794eacd4baec3e50e536dc573d7097e — Danny Milosavljevic 1 year, 9 months ago 61190f4
gnu: emacs-zmq: Fix typo.

* gnu/packages/emacs-xyz.scm (emacs-zmq)[arguments]<#:phases>[configure]: Make
it fix typo.

Change-Id: Ia06893cb9acd247c489676fffae7be39304fdea5
1 files changed, 4 insertions(+), 0 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +4 -0
@@ 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)