gnu: libssh2: Use invoke.

* gnu/packages/ssh.scm (libssh2)[arguments]: Use invoke in the autoreconf
phase.
This commit is contained in:
Mark H Weaver 2018-03-23 03:02:41 -04:00
parent 4bd9f46553
commit c1fced68e2
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ remote applications.")
#:phases (modify-phases %standard-phases
(add-before 'configure 'autoreconf
(lambda _
(zero? (system* "autoreconf" "-v")))))))
(invoke "autoreconf" "-v"))))))
(native-inputs `(("autoconf" ,autoconf)
("automake" ,automake)))
(synopsis "Client-side C library implementing the SSH2 protocol")