[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/28: gnu: fossil: Update phase style.
From: |
Tobias Geerinckx-Rice |
Subject: |
16/28: gnu: fossil: Update phase style. |
Date: |
Fri, 2 Mar 2018 09:53:10 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 5c0f68e84491b03332e0f070f43c54effac3c64f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Mar 2 00:22:09 2018 +0100
gnu: fossil: Update phase style.
* gnu/packages/version-control.scm (fossil)[arguments]: Substitute
INVOKE for SYSTEM* and end phases with #t.
---
gnu/packages/version-control.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 6c05ab5..05f5086 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1643,14 +1643,15 @@ repository\" with git-annex.")
#:phases (modify-phases %standard-phases
(replace 'configure
(lambda* (#:key outputs (configure-flags '())
- #:allow-other-keys)
+ #:allow-other-keys)
;; The 'configure' script is not an autoconf script and
;; chokes on unrecognized options.
- (zero? (apply system*
- "./configure"
- (string-append "--prefix="
- (assoc-ref outputs "out"))
- configure-flags))))
+ (apply invoke
+ "./configure"
+ (string-append "--prefix="
+ (assoc-ref outputs "out"))
+ configure-flags)
+ #t))
(add-before 'check 'test-setup
(lambda _
(setenv "USER" "guix")
- 18/28: gnu: qscintilla: Use HTTPS home page., (continued)
- 18/28: gnu: qscintilla: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/03/02
- 23/28: gnu: perl-mozilla-ca: Update to 20180117., Tobias Geerinckx-Rice, 2018/03/02
- 25/28: gnu: python-webencodings: Fix typo in description., Tobias Geerinckx-Rice, 2018/03/02
- 22/28: gnu: perl-test-harness: Update to 3.41., Tobias Geerinckx-Rice, 2018/03/02
- 04/28: gnu: python-webtest: Update to 2.0.29., Tobias Geerinckx-Rice, 2018/03/02
- 09/28: gnu: b43-tools: Update to 0.0.0-1.27892ef., Tobias Geerinckx-Rice, 2018/03/02
- 01/28: gnu: python-flask-babel: Update to 0.11.2., Tobias Geerinckx-Rice, 2018/03/02
- 12/28: gnu: ovmf: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/03/02
- 15/28: gnu: gnome-mpv: Update to 0.14., Tobias Geerinckx-Rice, 2018/03/02
- 17/28: gnu: fortify-headers: Update to 0.9., Tobias Geerinckx-Rice, 2018/03/02
- 16/28: gnu: fossil: Update phase style.,
Tobias Geerinckx-Rice <=
- 19/28: gnu: ghc-abstract-deque: Fix typos in description., Tobias Geerinckx-Rice, 2018/03/02
- 24/28: gnu: delta: Remove redundant code., Tobias Geerinckx-Rice, 2018/03/02
- 20/28: gnu: highlight: Update to 3.42., Tobias Geerinckx-Rice, 2018/03/02
- 21/28: gnu: highlight: Don't hard-code Lua version., Tobias Geerinckx-Rice, 2018/03/02
- 26/28: gnu: zerofree: Update to 1.1.1., Tobias Geerinckx-Rice, 2018/03/02
- 28/28: gnu: nghttp2: Update to 1.31.0., Tobias Geerinckx-Rice, 2018/03/02
- 27/28: gnu: libpsl: Update to 0.20.1., Tobias Geerinckx-Rice, 2018/03/02
- 13/28: gnu: ovmf: Update phase style., Tobias Geerinckx-Rice, 2018/03/02