guix-commits
[Top][All Lists]
Advanced

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

01/12: gnu: dbacl: Update phase style.


From: Tobias Geerinckx-Rice
Subject: 01/12: gnu: dbacl: Update phase style.
Date: Thu, 1 Mar 2018 16:21:28 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit db317b38dc3fadf4759da8209740c616d1b599b7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Feb 28 23:54:36 2018 +0100

    gnu: dbacl: Update phase style.
    
    * gnu/packages/textutils.scm (dbacl)[arguments]: Substitute INVOKE for 
SYSTEM* and end phases with #t.
---
 gnu/packages/textutils.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 1417bea..c971498 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -508,10 +508,12 @@ in a portable way.")
          (add-after 'unpack 'delete-test
            ;; See comments about the license.
            (lambda _
-             (delete-file "src/tests/dbacl-jap.shin")))
+             (delete-file "src/tests/dbacl-jap.shin")
+             #t))
          (add-after 'delete-sample6-and-japanese 'autoreconf
            (lambda _
-             (zero? (system* "autoreconf" "-vif"))))
+             (invoke "autoreconf" "-vif")
+             #t))
          (add-after 'unpack 'fix-test-files
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))



reply via email to

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