diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-20 17:23:01 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-20 17:23:01 +0100 |
commit | c95f5f0af7f3a2c674c17812fb2787112c84981e (patch) | |
tree | e12d9df9a199627b14abe1f4662f54ca83ca7062 /gnu | |
parent | dd0568a77951804d97884a0a0a3a3ed38ca0a184 (diff) | |
download | guix-c95f5f0af7f3a2c674c17812fb2787112c84981e.tar.gz guix-c95f5f0af7f3a2c674c17812fb2787112c84981e.zip |
system: Switch to Guile 3.0.
* gnu/system.scm (%base-packages): Change from GUILE-2.2 to GUILE-3.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index 023007a0e6..77cc0076c1 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -594,7 +594,7 @@ of PROVENANCE-SERVICE-TYPE to its services." bash-completion - guile-2.2 + guile-3.0 guile-readline guile-colorized ;; The packages below are also in %FINAL-INPUTS, so take them from |