gnu: guile-ssh: Fix cross-compilation.
authorMathieu Othacehe <m.othacehe@gmail.com>
Tue, 18 Feb 2020 10:44:16 +0000 (11:44 +0100)
committerMathieu Othacehe <m.othacehe@gmail.com>
Tue, 18 Feb 2020 13:34:39 +0000 (14:34 +0100)
* gnu/packages/ssh.scm (guile-ssh)[native-inputs]: Add guile.

gnu/packages/ssh.scm

index 3eda102..7f56998 100644 (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)))