diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-11-20 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-11-20 01:00:00 +0100 |
commit | f7cb2b22a275cc1fa0fdae9023aa3b4788cd1952 (patch) | |
tree | 07893ea91f4479180910e6b9fbdc50630885b0ec /gnu/packages/guile-xyz.scm | |
parent | 22a788d085ada0dcf8e5d701ce192c87d08e3734 (diff) | |
download | guix-f7cb2b22a275cc1fa0fdae9023aa3b4788cd1952.tar guix-f7cb2b22a275cc1fa0fdae9023aa3b4788cd1952.tar.gz |
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.
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 62bcfb6a56..b1620618eb 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.") perl pkg-config)) (propagated-inputs - (list guile-gcrypt)) + (list guile2.2-gcrypt)) (home-page "https://github.com/o-nly/torrent") (synopsis "Torrent library for GNU Guile") (description "This package provides facilities for working with |