mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: fossil: Update phase style.
* gnu/packages/version-control.scm (fossil)[arguments]: Substitute INVOKE for SYSTEM* and end phases with #t.
This commit is contained in:
parent
f136c8f23d
commit
5c0f68e844
1 changed files with 7 additions and 6 deletions
|
@ -1646,11 +1646,12 @@ (define-public fossil
|
||||||
#:allow-other-keys)
|
#:allow-other-keys)
|
||||||
;; The 'configure' script is not an autoconf script and
|
;; The 'configure' script is not an autoconf script and
|
||||||
;; chokes on unrecognized options.
|
;; chokes on unrecognized options.
|
||||||
(zero? (apply system*
|
(apply invoke
|
||||||
"./configure"
|
"./configure"
|
||||||
(string-append "--prefix="
|
(string-append "--prefix="
|
||||||
(assoc-ref outputs "out"))
|
(assoc-ref outputs "out"))
|
||||||
configure-flags))))
|
configure-flags)
|
||||||
|
#t))
|
||||||
(add-before 'check 'test-setup
|
(add-before 'check 'test-setup
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "USER" "guix")
|
(setenv "USER" "guix")
|
||||||
|
|
Loading…
Reference in a new issue