gnu: libssh2: Use invoke.
* gnu/packages/ssh.scm (libssh2)[arguments]: Use invoke in the autoreconf phase.
This commit is contained in:
parent
4bd9f46553
commit
c1fced68e2
|
@ -120,7 +120,7 @@ remote applications.")
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-before 'configure 'autoreconf
|
(add-before 'configure 'autoreconf
|
||||||
(lambda _
|
(lambda _
|
||||||
(zero? (system* "autoreconf" "-v")))))))
|
(invoke "autoreconf" "-v"))))))
|
||||||
(native-inputs `(("autoconf" ,autoconf)
|
(native-inputs `(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)))
|
("automake" ,automake)))
|
||||||
(synopsis "Client-side C library implementing the SSH2 protocol")
|
(synopsis "Client-side C library implementing the SSH2 protocol")
|
||||||
|
|
Loading…
Reference in New Issue