gnu: jacal: Unconditionally return #T from configure phase.
* gnu/packages/maths.scm (jacal)[arguments]: Use INVOKE in configure phase.
This commit is contained in:
parent
32d5360f43
commit
9cd82b1c9d
1 changed files with 4 additions and 4 deletions
|
@ -3944,10 +3944,10 @@ Longest Commons Subsequence of a set of strings.")
|
||||||
(assoc-ref outputs "out"))
|
(assoc-ref outputs "out"))
|
||||||
(chmod wrapper #o555))))
|
(chmod wrapper #o555))))
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(zero? (system* "./configure"
|
(invoke "./configure"
|
||||||
(string-append "--prefix="
|
(string-append "--prefix="
|
||||||
(assoc-ref outputs "out")))))))))
|
(assoc-ref outputs "out"))))))))
|
||||||
(inputs `(("scm" ,scm)))
|
(inputs `(("scm" ,scm)))
|
||||||
(native-inputs `(("unzip" ,unzip)
|
(native-inputs `(("unzip" ,unzip)
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
|
|
Reference in a new issue