mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1153,7 +1153,7 @@ (define-public emacs-ag
|
|||
(add-before 'install 'make-info
|
||||
(lambda _
|
||||
(with-directory-excursion "docs"
|
||||
(zero? (system* "make" "info")))))
|
||||
(invoke "make" "info"))))
|
||||
(add-after 'install 'install-info
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
|
|
Loading…
Reference in a new issue