nckx pushed a commit to branch master
in repository guix.
commit a83d0c57b9701f98b085cbab49389243de73fa4a
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Tue Jun 26 16:16:46 2018 +0200
gnu: stgit: Return #t from phases.
* gnu/packages/version-control.scm (stgit)[arguments]: Substitute INVOKE
for SYSTEM*.
---
gnu/packages/version-control.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 342b532..c2c5a64 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -912,7 +912,7 @@ lot easier.")
;; two tests will fail -> disable them. TODO: fix the failing
tests
(delete-file "t/t3300-edit.sh")
(delete-file "t/t7504-commit-msg-hook.sh")
- (zero? (system* "make" "test")))))))
+ (invoke "make" "test"))))))
(home-page "http://procode.org/stgit/")
(synopsis "Stacked Git")
(description