diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-02-18 14:45:59 +0100 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-02-18 14:45:59 +0100 |
commit | fde46843ecf568da13ba96c19de80c591bb6a05c (patch) | |
tree | 536068c61093c493652f801bfc57cdd7f432fbfb /gnu | |
parent | 3db8833b4616f84cc8643fb983621e65de0acecd (diff) | |
download | patches-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'
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ssh.scm | 3 |
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))) |