diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-02-11 11:24:57 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-02-11 17:28:01 +0100 |
commit | 2b57d6b6bb03a6047670e7f8dc143c2a010fefe1 (patch) | |
tree | da0f75dddfc0718c04393718540534bf609aa7c3 /gnu/packages/guile-xyz.scm | |
parent | 076e825dc5d585943ce820a279fffe4af09757fb (diff) | |
download | guix-2b57d6b6bb03a6047670e7f8dc143c2a010fefe1.tar.gz |
gnu: lokke: Build with Guile 3.0.8.
* gnu/packages/guile.scm (guile-3.0-for-lokke): Remove. * gnu/packages/patches/guile-3.0.7-psyntax-nil.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/guile-xyz.scm (lokke)[native-inputs]: Replace GUILE-3.0-FOR-LOKKE by GUILE-3.0-LATEST.
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 6e1bbb71e9..b75687cd3c 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -5011,7 +5011,10 @@ HTTP handler to implement a HTTP GraphQL endpoint.") libtool gnu-gettext pkg-config - guile-3.0-for-lokke)) + + ;; Use Guile >= 3.0.8 to work around + ;; <https://bugs.gnu.org/49305>. + guile-3.0-latest)) (inputs (list pcre2)) (synopsis "Clojure implementation in Guile") |