aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRomain GARBAGE <romain.garbage@inria.fr>2024-09-12 12:54:58 +0200
committerLudovic Courtès <ludo@gnu.org>2024-09-12 19:10:03 +0200
commit0d231b12d932c9a1e3e1a919bee578f6b24dc8f2 (patch)
treee2129f48a71c76064ded16c7d47f6f289eda36e1 /gnu
parent7573300128e3e6318723615a048e02de1e8d8887 (diff)
downloadguix-0d231b12d932c9a1e3e1a919bee578f6b24dc8f2.tar
guix-0d231b12d932c9a1e3e1a919bee578f6b24dc8f2.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bash.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index 9ecec0a484..93641a78d5 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -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