summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-10-08 12:07:51 +0200
committerLudovic Courtès <ludo@gnu.org>2020-10-08 12:26:56 +0200
commit275b37e84c41e9bf79c1c28783352d453500e939 (patch)
tree2ec35eae8dad0b8da81bc1da49e02068c20fccdb /gnu/system.scm
parent9022861dc028e99fab930721fe991a682c497bbb (diff)
downloadguix-patches-275b37e84c41e9bf79c1c28783352d453500e939.tar
guix-patches-275b37e84c41e9bf79c1c28783352d453500e939.tar.gz
system: Include 'guile-3.0-latest' in '%base-packages'.
* gnu/system.scm (%base-packages-utils): Change GUILE-3.0 to GUILE-3.0-LATEST.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r--gnu/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index bdb696fe2e..3f4a0065d0 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -690,7 +690,7 @@ of PROVENANCE-SERVICE-TYPE to its services."
(cons* procps psmisc which
(@ (gnu packages admin) shadow) ;for 'passwd'
- guile-3.0
+ guile-3.0-latest
;; The packages below are also in %FINAL-INPUTS, so take them from
;; there to avoid duplication.