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.master
parent
e8bc2a01e9
commit
58f705c18e
|
@ -2466,7 +2466,7 @@ exec " gcc "/bin/" program
|
|||
("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")
|
||||
|
|
Reference in New Issue