gnu: libgit2: Return #t from all phases.
* gnu/packages/version-control.scm (libgit2)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
f7705d4cb8
commit
1bf919701f
|
@ -423,7 +423,7 @@ everything from small to very large projects with speed and efficiency.")
|
||||||
#t))
|
#t))
|
||||||
;; Run checks more verbosely.
|
;; Run checks more verbosely.
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _ (zero? (system* "./libgit2_clar" "-v" "-Q")))))))
|
(lambda _ (invoke "./libgit2_clar" "-v" "-Q"))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libssh2" ,libssh2)
|
`(("libssh2" ,libssh2)
|
||||||
("http-parser" ,http-parser)
|
("http-parser" ,http-parser)
|
||||||
|
|
Loading…
Reference in New Issue