guix-commits
[Top][All Lists]
Advanced

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

11/11: packages: Change 'guile-for-grafts' back to 2.0.


From: guix-commits
Subject: 11/11: packages: Change 'guile-for-grafts' back to 2.0.
Date: Sun, 29 Mar 2020 09:37:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 033df23680cce1b3ccd9c83b97d8c200176cdb0a
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sun Mar 29 15:35:47 2020 +0200

    packages: Change 'guile-for-grafts' back to 2.0.
    
    This reverts 2b6fe60599d52b449bbf531cfdc4dbf18a14eb2c, due to reports of
    segfaults of Guile 3.0.2 during grafting.
    
    * guix/packages.scm (guile-for-grafts): Change back to GUILE-2.0.
---
 guix/packages.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index 2552f8b..e257810 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès 
<address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic 
Courtès <address@hidden>
 ;;; Copyright © 2014, 2015, 2017, 2018 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015 Eric Bavier <address@hidden>
 ;;; Copyright © 2016 Alex Kost <address@hidden>
@@ -449,7 +449,7 @@ derivations."
   ;; Guile 2.2 would not work due to <https://bugs.gnu.org/28211> when
   ;; grafting packages.
   (let ((distro (resolve-interface '(gnu packages guile))))
-    (module-ref distro 'guile-3.0)))
+    (module-ref distro 'guile-2.0)))
 
 (define* (default-guile-derivation #:optional (system (%current-system)))
   "Return the derivation for SYSTEM of the default Guile package used to run



reply via email to

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