3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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 b0966ba20f
commit ce59688d33
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -295,7 +295,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)))