guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: branch master updated: Revert "gnu: guile-ssh: Fix cross-compilation."
Date: Tue, 18 Feb 2020 08:46:16 -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 fde4684  Revert "gnu: guile-ssh: Fix cross-compilation."
fde4684 is described below

commit fde46843ecf568da13ba96c19de80c591bb6a05c
Author: Mathieu Othacehe <address@hidden>
AuthorDate: Tue Feb 18 14:45:59 2020 +0100

    Revert "gnu: guile-ssh: Fix cross-compilation."
    
    This reverts commit 10cdf1408047f16e02d097c4cd23c8efcddb5814.
    
    ./guix/store.scm:1224:15: Throw to key `srfi-34' with args `(#<condition 
&store-protocol-error [message: "build of 
`/gnu/store/gj4pk7zn0wrvf5c9rl9x8gnd3719l98d-guile3.0-ssh-0.12.0.drv' failed" 
status: 100] 7fa4df090120>)'.
    guix pull: error: You found a bug: the program 
'/gnu/store/0nbcv4jkhf73qlvc6dsy05iamj6l662c-compute-guix-derivation'
---
 gnu/packages/ssh.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index ac9c2f7..eae2f98 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -300,8 +300,7 @@ Additionally, various channel-specific options can be 
negotiated.")
                      ("libtool" ,libtool)
                      ("texinfo" ,texinfo)
                      ("pkg-config" ,pkg-config)
-                     ("which" ,which)
-                     ("guile" ,guile-2.2)))
+                     ("which" ,which)))
     (inputs `(("guile" ,guile-2.2)
               ("libssh" ,libssh)
               ("libgcrypt" ,libgcrypt)))



reply via email to

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