guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/36: gnu: emacs-ag: Return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 13/36: gnu: emacs-ag: Return #t from phases.
Date: Tue, 19 Jun 2018 23:27:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f9299da92a4822cbb3e85c976734990fdf486e18
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 20 02:59:47 2018 +0200

    gnu: emacs-ag: Return #t from phases.
    
    * gnu/packages/emacs.scm (emacs-ag)[arguments]: Substitute INVOKE for
    SYSTEM*.
---
 gnu/packages/emacs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 340f882..0681c7e 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1153,7 +1153,7 @@ than @code{electric-indent-mode}.")
          (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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]