M gnu/packages/base.scm => gnu/packages/base.scm +2 -2
@@ 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 '())))
M gnu/packages/commencement.scm => gnu/packages/commencement.scm +1 -1
@@ 734,7 734,7 @@ exec \"~a\" \"$@\"\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