guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: Adjust 'package-for-guile-2.0' for the Guile 3 switch.


From: guix-commits
Subject: 02/02: gnu: Adjust 'package-for-guile-2.0' for the Guile 3 switch.
Date: Sat, 28 Mar 2020 17:09:26 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit e8bc2a01e9ae69c72367a3d59a6ee29145ca1052
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Mar 28 22:06:35 2020 +0100

    gnu: Adjust 'package-for-guile-2.0' for the Guile 3 switch.
    
    * gnu/packages/guile.scm (package-for-guile-2.0): Rewrite GUILE-3.0 instead 
of
    GUILE-2.2.
---
 gnu/packages/guile.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 0efee2d..5e333c9 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -371,8 +371,8 @@ GNU@tie{}Guile.  Use the @code{(ice-9 readline)} module and 
call its
 
 (define package-for-guile-2.0
   ;; A procedure that rewrites the dependency tree of the given package to use
-  ;; GUILE-2.0 instead of GUILE-2.2.
-  (package-input-rewriting `((,guile-2.2 . ,guile-2.0))
+  ;; GUILE-2.0 instead of GUILE-3.0.
+  (package-input-rewriting `((,guile-3.0 . ,guile-2.0))
                            (guile-variant-package-name "guile2.0")))
 
 (define package-for-guile-2.2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]