mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: coreutils: Improve description.
* gnu/packages/base.scm (coreutils): Improve description and state that there is no shell included. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
parent
ba2a1436d8
commit
2eb39cd26c
1 changed files with 6 additions and 4 deletions
|
@ -14,6 +14,7 @@
|
||||||
;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
|
||||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
|
||||||
|
;;; Copyright © 2020 Vitaliy Shatrov <D0dyBo0D0dyBo0@protonmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -353,10 +354,11 @@ (define-public coreutils
|
||||||
#t)))))
|
#t)))))
|
||||||
(synopsis "Core GNU utilities (file, text, shell)")
|
(synopsis "Core GNU utilities (file, text, shell)")
|
||||||
(description
|
(description
|
||||||
"GNU Coreutils includes all of the basic command-line tools that are
|
"GNU Coreutils package includes all of the basic command-line tools that
|
||||||
expected in a POSIX system. These provide the basic file, shell and text
|
are expected in a POSIX system, excluding shell. This package is the union of
|
||||||
manipulation functions of the GNU system. Most of these tools offer extended
|
the GNU fileutils, sh-utils, and textutils packages. Most of these tools
|
||||||
functionality beyond that which is outlined in the POSIX standard.")
|
offer extended functionality beyond that which is outlined in the POSIX
|
||||||
|
standard.")
|
||||||
(license gpl3+)
|
(license gpl3+)
|
||||||
(home-page "https://www.gnu.org/software/coreutils/")))
|
(home-page "https://www.gnu.org/software/coreutils/")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue