mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: bash-minimal: Add package synopsis.
* gnu/packages/bash.scm (bash-minimal): Add package synopsis. Change-Id: I33f12547fca19d096712786a0c33525aa726b343 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7573300128
commit
0d231b12d9
1 changed files with 2 additions and 1 deletions
|
@ -258,7 +258,8 @@ without modification.")
|
|||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
;; No loadable modules.
|
||||
(delete 'move-development-files)))))))
|
||||
(delete 'move-development-files)))))
|
||||
(synopsis "The GNU Bourne-Again SHell, stripped down for non-interactive use")))
|
||||
|
||||
(define-public static-bash
|
||||
;; Statically-linked Bash that contains nothing but the 'bash' binary and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue