mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -912,7 +912,7 @@ (define-public stgit
|
||||||
;; 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 a new issue