mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: coreutils-mesboot: Make variable private.
This fixes a test failure in tests/graph.scm because the package does not use glibc, yet is part of the public packages. * gnu/packages/commencement.scm (coreutils-mesboot): Use DEFINE instead of DEFINE-PUBLIC.
This commit is contained in:
parent
e8bc2a01e9
commit
58f705c18e
1 changed files with 1 additions and 1 deletions
|
@ -2466,7 +2466,7 @@ (define (%boot-mesboot5-inputs)
|
|||
("gcc" ,gcc-mesboot)
|
||||
,@(fold alist-delete (%boot-mesboot4-inputs) '("gcc" "gcc-wrapper"))))
|
||||
|
||||
(define-public coreutils-mesboot
|
||||
(define coreutils-mesboot
|
||||
(package
|
||||
(inherit coreutils)
|
||||
(name "coreutils-mesboot")
|
||||
|
|
Loading…
Reference in a new issue