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:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user