guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: guile-ssh: Fix cross-compilation.


From: guix-commits
Subject: branch master updated: gnu: guile-ssh: Fix cross-compilation.
Date: Tue, 18 Feb 2020 05:45:03 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 10cdf14  gnu: guile-ssh: Fix cross-compilation.
10cdf14 is described below

commit 10cdf1408047f16e02d097c4cd23c8efcddb5814
Author: Mathieu Othacehe <address@hidden>
AuthorDate: Tue Feb 18 11:44:16 2020 +0100

    gnu: guile-ssh: Fix cross-compilation.
    
    * gnu/packages/ssh.scm (guile-ssh)[native-inputs]: Add guile.
---
 gnu/packages/ssh.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 4b1e02b..90714a4 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]