gnu: emacs-ghub: Return #t from phases.

* gnu/packages/emacs.scm (emacs-ghub)[arguments]: Substitute INVOKE for
SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-20 02:36:36 +02:00
parent d78f1fdc5d
commit 67cf588f4f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

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