From 955caaab26a3f0532ece6f23f92101731b9d9fed Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 22 Jun 2020 14:51:15 +0200 Subject: self: Build with Guile 3.0.3. * gnu/packages/guile.scm (guile-3.0/libgc-7): Inherit from GUILE-3.0.3. --- gnu/packages/guile.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index a8f5019687..9f866761b4 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -330,7 +330,7 @@ without requiring the source code to be rewritten.") ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40525 (hidden-package (package - (inherit guile-3.0) + (inherit guile-3.0.3) (propagated-inputs `(("bdw-gc" ,libgc-7) ,@(srfi-1:alist-delete "bdw-gc" (package-propagated-inputs guile-3.0))))))) -- cgit v1.2.3