guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: jacal: Unconditionally return #T from configure phase.


From: guix-commits
Subject: 05/07: gnu: jacal: Unconditionally return #T from configure phase.
Date: Sun, 28 Apr 2019 10:06:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9cd82b1c9dca1772f769b27999e4b9a24e2e787e
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Apr 28 11:38:56 2019 +0200

    gnu: jacal: Unconditionally return #T from configure phase.
    
    * gnu/packages/maths.scm (jacal)[arguments]: Use INVOKE in configure phase.
---
 gnu/packages/maths.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index adc8c25..788bfc8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3944,10 +3944,10 @@ Longest Commons Subsequence of a set of strings.")
                                 (assoc-ref outputs "out"))
                         (chmod wrapper #o555))))
          (replace 'configure
-                  (lambda* (#:key inputs outputs #:allow-other-keys)
-                    (zero? (system* "./configure"
-                                    (string-append "--prefix="
-                                                   (assoc-ref outputs 
"out")))))))))
+           (lambda* (#:key outputs #:allow-other-keys)
+             (invoke "./configure"
+                     (string-append "--prefix="
+                                    (assoc-ref outputs "out"))))))))
     (inputs `(("scm" ,scm)))
     (native-inputs `(("unzip" ,unzip)
                      ("texinfo" ,texinfo)))



reply via email to

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