guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: coreutils-light: Rename to coreutils-minimal.


From: Alex Kost
Subject: 02/02: gnu: coreutils-light: Rename to coreutils-minimal.
Date: Sun, 06 Sep 2015 09:36:36 +0000

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

commit d0f74308e22308bf2bfdbe189f09a3c8601acf1e
Author: Alex Kost <address@hidden>
Date:   Fri Sep 4 15:50:11 2015 +0300

    gnu: coreutils-light: Rename to coreutils-minimal.
    
    * gnu/packages/base.scm (coreutils-light): Rename to ...
      (coreutils-minimal): ...this.
    * gnu/packages/commencement.scm (%boot5-inputs): Use it.
---
 gnu/packages/base.scm         |    4 ++--
 gnu/packages/commencement.scm |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index f4efce2..76fd111 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -293,11 +293,11 @@ functionality beyond that which is outlined in the POSIX 
standard.")
    (license gpl3+)
    (home-page "http://www.gnu.org/software/coreutils/";)))
 
-(define-public coreutils-light
+(define-public coreutils-minimal
   ;; Coreutils without its optional dependencies.
   (package
     (inherit coreutils)
-    (name "coreutils-light")
+    (name "coreutils-minimal")
     (outputs '("out"))
     (inputs '())))
 
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index caadc94..006aee5 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -734,7 +734,7 @@ exec \"~a\" \"address@hidden"\n"
 
       ;; Grep's test suite uses 'timeout' from Coreutils to execute command,
       ;; and yet these commands need to see the valid 'LOCPATH'.
-      ("coreutils" ,(new-libc-package coreutils-light))
+      ("coreutils" ,(new-libc-package coreutils-minimal))
 
       ;; We just wrap the remaining binaries (tar, gzip, xz, etc.)  so that
       ;; they ignore 'LOCPATH' (if they did not, they would be hit by an



reply via email to

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