gnu: emacs-ag: Return #t from phases.
* gnu/packages/emacs.scm (emacs-ag)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
93adf925ba
commit
f9299da92a
|
@ -1153,7 +1153,7 @@ than @code{electric-indent-mode}.")
|
||||||
(add-before 'install 'make-info
|
(add-before 'install 'make-info
|
||||||
(lambda _
|
(lambda _
|
||||||
(with-directory-excursion "docs"
|
(with-directory-excursion "docs"
|
||||||
(zero? (system* "make" "info")))))
|
(invoke "make" "info"))))
|
||||||
(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