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:
Romain GARBAGE 2024-09-12 12:54:58 +02:00 committed by Ludovic Courtès
parent 7573300128
commit 0d231b12d9
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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