mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-10 15:10:37 +02: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:
@@ -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
Block a user