gnu: emacs-graphviz-dot-mode: Return #t from phases.
* gnu/packages/emacs.scm (emacs-graphviz-dot-mode)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
f9299da92a
commit
8bc1967503
|
@ -1454,13 +1454,12 @@ Maps directly inside Emacs.")
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("\\/usr\\/bin\\/gzip")
|
(("\\/usr\\/bin\\/gzip")
|
||||||
(string-append (assoc-ref inputs "gzip") "/bin/gzip")))
|
(string-append (assoc-ref inputs "gzip") "/bin/gzip")))
|
||||||
(zero?
|
(invoke "make"
|
||||||
(system* "make"
|
"clean"
|
||||||
"clean"
|
"info"
|
||||||
"info"
|
(string-append "TEXINFODIR="
|
||||||
(string-append "TEXINFODIR="
|
(assoc-ref inputs "texinfo")
|
||||||
(assoc-ref inputs "texinfo")
|
"/bin")))))
|
||||||
"/bin"))))))
|
|
||||||
(add-after 'install 'install-info
|
(add-after 'install 'install-info
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
|
|
Loading…
Reference in New Issue