mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05: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
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue