summaryrefslogtreecommitdiff
path: root/gnu/packages/guile.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-02-11 11:24:57 +0100
committerLudovic Courtès <ludo@gnu.org>2022-02-11 17:28:01 +0100
commit2b57d6b6bb03a6047670e7f8dc143c2a010fefe1 (patch)
treeda0f75dddfc0718c04393718540534bf609aa7c3 /gnu/packages/guile.scm
parent076e825dc5d585943ce820a279fffe4af09757fb (diff)
downloadguix-patches-2b57d6b6bb03a6047670e7f8dc143c2a010fefe1.tar
guix-patches-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.scm')
-rw-r--r--gnu/packages/guile.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index cad5b91b9e..f74a389da5 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -405,17 +405,6 @@ without requiring the source code to be rewritten.")
;; its multi-stage build process for cross-module inlining.
((#:parallel-build? _ #f) #t)))))
-(define-public guile-3.0-for-lokke
- ;; Work around a bug in 3.0.7 regarding #nil handling by psyntax:
- ;; <https://bugs.gnu.org/49305>. TODO: Replace by 3.0.8 when it's out.
- (hidden-package
- (package/inherit guile-3.0
- (version (string-append (package-version guile-3.0) ".1"))
- (source (origin
- (inherit (package-source guile-3.0))
- (patches (cons (search-patch "guile-3.0.7-psyntax-nil.patch")
- (origin-patches (package-source guile-3.0)))))))))
-
(define-public guile-3.0/fixed
;; A package of Guile that's rarely changed. It is the one used in the
;; `base' module, and thus changing it entails a full rebuild.