me
/
guix
Archived
1
0
Fork 0

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
Marius Bakke 2020-03-28 22:17:08 +01:00
parent e8bc2a01e9
commit 58f705c18e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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")