1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 06:30:36 +02:00

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

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")