mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +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)
|
("libtool" ,libtool)
|
||||||
("texinfo" ,texinfo)
|
("texinfo" ,texinfo)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("which" ,which)))
|
("which" ,which)
|
||||||
|
("guile" ,guile-2.2)))
|
||||||
(inputs `(("guile" ,guile-2.2)
|
(inputs `(("guile" ,guile-2.2)
|
||||||
("libssh" ,libssh)
|
("libssh" ,libssh)
|
||||||
("libgcrypt" ,libgcrypt)))
|
("libgcrypt" ,libgcrypt)))
|
||||||
|
|
Loading…
Reference in a new issue