me
/
guix
Archived
1
0
Fork 0

gnu: guile-ssh: Fix cross-compilation.

* gnu/packages/ssh.scm (guile-ssh)[native-inputs]: Add guile.
master
Mathieu Othacehe 2020-02-18 11:44:16 +01:00
parent 668740cc05
commit 10cdf14080
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 1 deletions

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