mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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:
parent
9022861dc0
commit
275b37e84c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue