guix-commits
[Top][All Lists]
Advanced

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

10/36: gnu: emacs-ghub: Return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 10/36: gnu: emacs-ghub: 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 67cf588f4fbde7ccab4084293eb7b1ae2e05f025
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 20 02:36:36 2018 +0200

    gnu: emacs-ghub: Return #t from phases.
    
    * gnu/packages/emacs.scm (emacs-ghub)[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 2f85e77..b413658 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -618,7 +618,7 @@ process, passing on the arguments as command line 
arguments.")
        (modify-phases %standard-phases
          (add-before 'install 'make-info
            (lambda _
-             (zero? (system* "make" "info")))))))
+             (invoke "make" "info"))))))
     (native-inputs
      `(("texinfo" ,texinfo)))
     (home-page "https://github.com/magit/ghub";)



reply via email to

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