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 @@ exec " gcc "/bin/" program
|
||||||
("gcc" ,gcc-mesboot)
|
("gcc" ,gcc-mesboot)
|
||||||
,@(fold alist-delete (%boot-mesboot4-inputs) '("gcc" "gcc-wrapper"))))
|
,@(fold alist-delete (%boot-mesboot4-inputs) '("gcc" "gcc-wrapper"))))
|
||||||
|
|
||||||
(define-public coreutils-mesboot
|
(define coreutils-mesboot
|
||||||
(package
|
(package
|
||||||
(inherit coreutils)
|
(inherit coreutils)
|
||||||
(name "coreutils-mesboot")
|
(name "coreutils-mesboot")
|
||||||
|
|
Reference in a new issue