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.
This commit is contained in:
Ludovic Courtès 2022-02-11 11:24:57 +01:00
parent 076e825dc5
commit 2b57d6b6bb
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
4 changed files with 4 additions and 76 deletions

View file

@ -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")