gnu: stgit: Return #t from phases.
* gnu/packages/version-control.scm (stgit)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
0eb21fbaf7
commit
a83d0c57b9
|
@ -912,7 +912,7 @@ lot easier.")
|
||||||
;; two tests will fail -> disable them. TODO: fix the failing tests
|
;; two tests will fail -> disable them. TODO: fix the failing tests
|
||||||
(delete-file "t/t3300-edit.sh")
|
(delete-file "t/t3300-edit.sh")
|
||||||
(delete-file "t/t7504-commit-msg-hook.sh")
|
(delete-file "t/t7504-commit-msg-hook.sh")
|
||||||
(zero? (system* "make" "test")))))))
|
(invoke "make" "test"))))))
|
||||||
(home-page "http://procode.org/stgit/")
|
(home-page "http://procode.org/stgit/")
|
||||||
(synopsis "Stacked Git")
|
(synopsis "Stacked Git")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue