1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-24 18:11:51 +02:00

gnu: guile-ssh: Fix cross-compilation.

* gnu/packages/ssh.scm (guile-ssh)[native-inputs]: Add guile.
This commit is contained in:
Mathieu Othacehe
2020-02-18 11:44:16 +01:00
parent 668740cc05
commit 10cdf14080
+2 -1
View File
@@ -291,7 +291,8 @@ Additionally, various channel-specific options can be negotiated.")
("libtool" ,libtool)
("texinfo" ,texinfo)
("pkg-config" ,pkg-config)
("which" ,which)))
("which" ,which)
("guile" ,guile-2.2)))
(inputs `(("guile" ,guile-2.2)
("libssh" ,libssh)
("libgcrypt" ,libgcrypt)))