guix-commits
[Top][All Lists]
Advanced

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

14/17: gnu: zile-on-guile: Return #t from all phases.


From: Tobias Geerinckx-Rice
Subject: 14/17: gnu: zile-on-guile: Return #t from all phases.
Date: Thu, 21 Jun 2018 18:20:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a0c5dafcc35ecdd877dac12750b37852c3bcf001
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 21 17:47:06 2018 +0200

    gnu: zile-on-guile: Return #t from all phases.
    
    * gnu/packages/zile.scm (zile-on-guile)[arguments]: Substitute INVOKE
    for SYSTEM*.
---
 gnu/packages/zile.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/zile.scm b/gnu/packages/zile.scm
index 858117d..eea0dba 100644
--- a/gnu/packages/zile.scm
+++ b/gnu/packages/zile.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2012, 2013, 2017, 2018 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2014 Eric Bavier <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -122,10 +123,10 @@ default Emacs configuration, but it carries a much 
lighter feature set.")
                              (chmod file #o755))
                            (find-files "."))
                  (patch-shebang "gnulib/gnulib-tool")
-                 (zero? (system* "sh" "./bootstrap"
-                                 "--gnulib-srcdir=gnulib"
-                                 "--skip-git" "--skip-po"
-                                 "--verbose"))))
+                 (invoke "sh" "./bootstrap"
+                         "--gnulib-srcdir=gnulib"
+                         "--skip-git" "--skip-po"
+                         "--verbose")))
              (add-after 'install 'wrap-command
                (lambda* (#:key outputs #:allow-other-keys)
                  ;; Add zile.scm to the search path.



reply via email to

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