guix-commits
[Top][All Lists]
Advanced

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

05/05: self: Build with Guile 2.2.4.


From: Ludovic Courtès
Subject: 05/05: self: Build with Guile 2.2.4.
Date: Mon, 2 Jul 2018 09:28:43 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 084f64cb032b6ab4ce326b088d230bd1ead53ee2
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jul 2 14:51:42 2018 +0200

    self: Build with Guile 2.2.4.
    
    * guix/self.scm (guile-for-build): In the "2.2" case, choose
    GUILE-2.2.4.
---
 guix/self.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/guix/self.scm b/guix/self.scm
index 240bb89..c9c7138 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -907,8 +907,10 @@ running Guile."
      (module-ref (resolve-interface '(gnu packages guile))
                  'guile-2.2.2))
     ("2.2"
+     ;; Use the latest version, which has fixes for
+     ;; <https://bugs.gnu.org/30602> and VM stack-marking issues.
      (canonical-package (module-ref (resolve-interface '(gnu packages guile))
-                                    'guile-2.2/fixed)))
+                                    'guile-2.2.4)))
     ("2.0"
      (module-ref (resolve-interface '(gnu packages guile))
                  'guile-2.0))))



reply via email to

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