mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gexp: Change default Guile effective version to 3.0.
This is a followup to b6bee63bed
.
* guix/gexp.scm (lower-gexp, gexp->derivation): #:effective-version
defaults to "3.0".
This commit is contained in:
parent
4e6c9f56b5
commit
2bc1a400ae
1 changed files with 2 additions and 2 deletions
|
@ -785,7 +785,7 @@ (define* (lower-gexp exp
|
|||
(target 'current)
|
||||
(graft? (%graft?))
|
||||
(guile-for-build (%guile-for-build))
|
||||
(effective-version "2.2")
|
||||
(effective-version "3.0")
|
||||
|
||||
deprecation-warnings)
|
||||
"*Note: This API is subject to change; use at your own risk!*
|
||||
|
@ -886,7 +886,7 @@ (define* (gexp->derivation name exp
|
|||
(modules '())
|
||||
(module-path %load-path)
|
||||
(guile-for-build (%guile-for-build))
|
||||
(effective-version "2.2")
|
||||
(effective-version "3.0")
|
||||
(graft? (%graft?))
|
||||
references-graphs
|
||||
allowed-references disallowed-references
|
||||
|
|
Loading…
Reference in a new issue