guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: coreutils-mesboot: Make variable priva


From: guix-commits
Subject: branch core-updates updated: gnu: coreutils-mesboot: Make variable private.
Date: Sat, 28 Mar 2020 17:18:10 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 58f705c  gnu: coreutils-mesboot: Make variable private.
58f705c is described below

commit 58f705c18ebfafc4e291ba3be2ceeeead9e2a289
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Mar 28 22:17:08 2020 +0100

    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.
---
 gnu/packages/commencement.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 09758d1..4c51fa0 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]