mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 00:18:29 +01:00
gnu: guile-ssh: Fix cross-compilation.
* gnu/packages/ssh.scm (guile-ssh)[native-inputs]: Add guile.
This commit is contained in:
parent
668740cc05
commit
10cdf14080
1 changed files with 2 additions and 1 deletions
|
@ -291,7 +291,8 @@ (define-public guile-ssh
|
|||
("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)))
|
||||
|
|
Loading…
Reference in a new issue