[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/18: gnu: corkscrew: Return #t from all phases.
From: |
Tobias Geerinckx-Rice |
Subject: |
06/18: gnu: corkscrew: Return #t from all phases. |
Date: |
Fri, 22 Jun 2018 17:22:17 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7c1a64aa5c7d276cb1c34317f77535afec268b9e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Jun 22 21:39:48 2018 +0200
gnu: corkscrew: Return #t from all phases.
* gnu/packages/ssl.scm (corkscrew)[arguments]: Substitute INVOKE for
SYSTEM*.
---
gnu/packages/ssh.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 6a690c7..1240216 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -345,9 +345,9 @@ libssh library.")
,(string-append "--build=" build)
,(string-append "--host=" (or target build)))))
(setenv "CONFIG_SHELL" bash)
- (zero? (apply system* bash
- (string-append "." "/configure")
- flags)))))
+ (apply invoke bash
+ (string-append "." "/configure")
+ flags))))
(add-after 'install 'install-documentation
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
- branch master updated (71d4ba5 -> 1829f7e), Tobias Geerinckx-Rice, 2018/06/22
- 01/18: gnu: lxc: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/22
- 02/18: gnu: git-crypt: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/22
- 03/18: gnu: qemu: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/22
- 05/18: gnu: guile-ssh: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/22
- 06/18: gnu: corkscrew: Return #t from all phases.,
Tobias Geerinckx-Rice <=
- 08/18: gnu: corkscrew: Clean up dead code., Tobias Geerinckx-Rice, 2018/06/22
- 07/18: gnu: corkscrew: Deduplicate documentation directories., Tobias Geerinckx-Rice, 2018/06/22
- 09/18: gnu: busybox: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/22
- 04/18: gnu: libtocc: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/22
- 10/18: gnu: libgit2: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/22
- 13/18: gnu: eid-mw: Don't use unstable tarball., Tobias Geerinckx-Rice, 2018/06/22
- 14/18: gnu: eid-mw: Fix build., Tobias Geerinckx-Rice, 2018/06/22
- 11/18: gnu: Use HTTPS for drobilla.net URIs., Tobias Geerinckx-Rice, 2018/06/22
- 15/18: gnu: eid-mw: Update to 4.4.3., Tobias Geerinckx-Rice, 2018/06/22
- 18/18: gnu: perl-cgi-simple: Update to 1.15., Tobias Geerinckx-Rice, 2018/06/22