mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (define-public bash-minimal
|
|||
((#: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…
Reference in a new issue