summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-11-20 01:00:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-11-20 01:00:00 +0100
commitf7cb2b22a275cc1fa0fdae9023aa3b4788cd1952 (patch)
tree07893ea91f4479180910e6b9fbdc50630885b0ec
parent22a788d085ada0dcf8e5d701ce192c87d08e3734 (diff)
gnu: guile-torrent: Fix build.
* gnu/packages/guile-xyz.scm (guile-torrent)[propagated-inputs]: Replace (3.0) guile-gcrypt with guile2.2-gcrypt. Reported by mirai on #guix.
-rw-r--r--gnu/packages/guile-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 62bcfb6a56b..b1620618eb8 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4189,7 +4189,7 @@ models and also supports a rich set of boolean query operators.")
4189 perl 4189 perl
4190 pkg-config)) 4190 pkg-config))
4191 (propagated-inputs 4191 (propagated-inputs
4192 (list guile-gcrypt)) 4192 (list guile2.2-gcrypt))
4193 (home-page "https://github.com/o-nly/torrent") 4193 (home-page "https://github.com/o-nly/torrent")
4194 (synopsis "Torrent library for GNU Guile") 4194 (synopsis "Torrent library for GNU Guile")
4195 (description "This package provides facilities for working with 4195 (description "This package provides facilities for working with