gnu: emacs-ghub: Return #t from phases.
* gnu/packages/emacs.scm (emacs-ghub)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
d78f1fdc5d
commit
67cf588f4f
|
@ -618,7 +618,7 @@ process, passing on the arguments as command line arguments.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'install 'make-info
|
(add-before 'install 'make-info
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "make" "info")))))))
|
(invoke "make" "info"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)))
|
`(("texinfo" ,texinfo)))
|
||||||
(home-page "https://github.com/magit/ghub")
|
(home-page "https://github.com/magit/ghub")
|
||||||
|
|
Loading…
Reference in New Issue