gnu: emacs-ivy: Return #t from phases.
* gnu/packages/emacs.scm (emacs-ivy)[arguments]: Substitute INVOKE for SYSTEM* and return #t where otherwise undefined.
This commit is contained in:
parent
e76d959d6a
commit
e97ad01e4d
|
@ -3650,9 +3650,9 @@ automatically.")
|
|||
(let* ((out (assoc-ref outputs "out"))
|
||||
(info (string-append out "/share/info")))
|
||||
(with-directory-excursion "doc"
|
||||
(unless (zero? (system* "makeinfo" "ivy.texi"))
|
||||
(error "makeinfo failed"))
|
||||
(install-file "ivy.info" info))))))))
|
||||
(invoke "makeinfo" "ivy.texi")
|
||||
(install-file "ivy.info" info)
|
||||
#t)))))))
|
||||
(propagated-inputs
|
||||
`(("emacs-hydra" ,emacs-hydra)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in New Issue