summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2020-02-18 14:45:59 +0100
committerMathieu Othacehe <m.othacehe@gmail.com>2020-02-18 14:45:59 +0100
commitfde46843ecf568da13ba96c19de80c591bb6a05c (patch)
tree536068c61093c493652f801bfc57cdd7f432fbfb
parent3db8833b4616f84cc8643fb983621e65de0acecd (diff)
downloadpatches-fde46843ecf568da13ba96c19de80c591bb6a05c.tar
patches-fde46843ecf568da13ba96c19de80c591bb6a05c.tar.gz
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'
-rw-r--r--gnu/packages/ssh.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index ac9c2f7711..eae2f98b53 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)))