gnu: curl: Use invoke.
* gnu/packages/curl.scm (curl)[arguments]: Use invoke in the check phase.
This commit is contained in:
parent
95cc40a88a
commit
fac441b365
|
@ -124,7 +124,7 @@
|
||||||
;; The top-level "make check" does "make -C tests quiet-test", which
|
;; The top-level "make check" does "make -C tests quiet-test", which
|
||||||
;; is too quiet. Use the "test" target instead, which is more
|
;; is too quiet. Use the "test" target instead, which is more
|
||||||
;; verbose.
|
;; verbose.
|
||||||
(zero? (system* "make" "-C" "tests" "test")))))))
|
(invoke "make" "-C" "tests" "test"))))))
|
||||||
(synopsis "Command line tool for transferring data with URL syntax")
|
(synopsis "Command line tool for transferring data with URL syntax")
|
||||||
(description
|
(description
|
||||||
"curl is a command line tool for transferring data with URL syntax,
|
"curl is a command line tool for transferring data with URL syntax,
|
||||||
|
|
Loading…
Reference in New Issue