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
|
||||
(add-before 'install 'make-info
|
||||
(lambda _
|
||||
(zero? (system* "make" "info")))))))
|
||||
(invoke "make" "info"))))))
|
||||
(native-inputs
|
||||
`(("texinfo" ,texinfo)))
|
||||
(home-page "https://github.com/magit/ghub")
|
||||
|
|
Loading…
Reference in New Issue