mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
packages: Change 'guile-for-grafts' back to 2.0.
This reverts 2b6fe60599
, due to reports of
segfaults of Guile 3.0.2 during grafting.
* guix/packages.scm (guile-for-grafts): Change back to GUILE-2.0.
This commit is contained in:
parent
cea91813ac
commit
033df23680
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2014, 2015, 2017, 2018 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
|
||||
;;; Copyright © 2016 Alex Kost <alezost@gmail.com>
|
||||
|
@ -449,7 +449,7 @@ (define (guile-for-grafts)
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue