1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 19:11:46 +02:00

system: Include 'guile-3.0-latest' in '%base-packages'.

* gnu/system.scm (%base-packages-utils): Change GUILE-3.0 to
GUILE-3.0-LATEST.
This commit is contained in:
Ludovic Courtès
2020-10-08 12:07:51 +02:00
parent 9022861dc0
commit 275b37e84c
+1 -1
View File
@@ -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.