guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: commencement: Make a few variables private.


From: Ludovic Courtès
Subject: 03/03: gnu: commencement: Make a few variables private.
Date: Mon, 22 Jun 2015 21:17:40 +0000

civodul pushed a commit to branch master
in repository guix.

commit 89223417fd82ff9f90a819e616da926485360f39
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 22 23:08:37 2015 +0200

    gnu: commencement: Make a few variables private.
    
    This removes ambiguity warnings when installing these packages.
    
    * gnu/packages/commencement.scm (glibc-final, gcc-final,
      glibc-utf8-locales-final): Make private.
---
 gnu/packages/commencement.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index ebf770b..d39f62d 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -470,7 +470,7 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a 
\"address@hidden"~%"
                                    (current-source-location)
                                    #:guile %bootstrap-guile))))
 
-(define-public glibc-final
+(define glibc-final
   ;; The final glibc, which embeds the statically-linked Bash built above.
   (package (inherit glibc-final-with-bootstrap-bash)
     (name "glibc")
@@ -547,7 +547,7 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a 
\"address@hidden"~%"
      (propagated-inputs '())
      (synopsis "GNU C++ standard library (intermediate)"))))
 
-(define-public gcc-final
+(define gcc-final
   ;; The final GCC.
   (package (inherit gcc-boot0)
     (name "gcc")
@@ -640,7 +640,7 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a 
\"address@hidden"~%"
                                  (current-source-location)
                                  #:guile %bootstrap-guile)))
 
-(define-public glibc-utf8-locales-final
+(define glibc-utf8-locales-final
   ;; Now that we have GUILE-FINAL, build the UTF-8 locales.  They are needed
   ;; by the build processes afterwards so their 'scm_to_locale_string' works
   ;; with the full range of Unicode codepoints (remember



reply via email to

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