mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
f24931d841
commit
d0f74308e2
2 changed files with 3 additions and 3 deletions
|
@ -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 '())))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue