[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/38: gnu: address@hidden: Return #t from all phases.
From: |
Tobias Geerinckx-Rice |
Subject: |
24/38: gnu: address@hidden: Return #t from all phases. |
Date: |
Mon, 25 Jun 2018 22:24:25 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 188b88e2449da0f96aa3796068d376527526160d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Jun 24 22:11:29 2018 +0200
gnu: address@hidden: Return #t from all phases.
* gnu/packages/golang.scm (go-1.9)[arguments]: Substitute INVOKE for
SYSTEM*. Return #t rather than undefined from phases.
---
gnu/packages/golang.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ec574ac..3640d76 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -344,7 +344,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(setenv "GOROOT" (dirname (getcwd)))
(setenv "GOROOT_FINAL" output)
(setenv "CGO_ENABLED" "1")
- (zero? (system* "sh" "all.bash")))))
+ (invoke "sh" "all.bash"))))
(replace 'install
;; TODO: Most of this could be factorized with Go 1.4.
@@ -375,7 +375,8 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
'("README.md" "CONTRIBUTORS" "AUTHORS" "PATENTS"
"LICENSE" "VERSION" "CONTRIBUTING.md" "robots.txt"))
- (copy-recursively "../" output))))))))
+ (copy-recursively "../" output)
+ #t)))))))
(native-inputs
`(("go" ,go-1.4)
,@(package-native-inputs go-1.4)))
- 25/38: gnu: gpxsee: Use INVOKE., (continued)
- 25/38: gnu: gpxsee: Use INVOKE., Tobias Geerinckx-Rice, 2018/06/25
- 31/38: gnu: python2-django-mailman3: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 27/38: gnu: Use HTTPS for nodejs.org., Tobias Geerinckx-Rice, 2018/06/25
- 18/38: gnu: dnscrypt-wrapper: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 07/38: gnu: sendmail: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 14/38: gnu: rsnapshot: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 16/38: gnu: obnam: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 15/38: gnu: borg: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 17/38: gnu: dnscrypt-proxy: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 21/38: gnu: libsigrok: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 24/38: gnu: address@hidden: Return #t from all phases.,
Tobias Geerinckx-Rice <=
- 19/38: gnu: unbound: Use INVOKE., Tobias Geerinckx-Rice, 2018/06/25
- 28/38: gnu: irssi: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 23/38: gnu: address@hidden: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 30/38: gnu: glog: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 32/38: gnu: transfig: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 33/38: gnu: newsboat: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 29/38: gnu: epic5: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 37/38: gnu: python-pynacl: Update to 1.2.1., Tobias Geerinckx-Rice, 2018/06/25
- 34/38: gnu: newsboat: Update to 2.12., Tobias Geerinckx-Rice, 2018/06/25
- 38/38: gnu: python-zope-testing: Update to 4.6.2., Tobias Geerinckx-Rice, 2018/06/25