diff options
author | Romain GARBAGE <romain.garbage@inria.fr> | 2024-09-12 12:54:58 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-09-12 19:10:03 +0200 |
commit | 0d231b12d932c9a1e3e1a919bee578f6b24dc8f2 (patch) | |
tree | e2129f48a71c76064ded16c7d47f6f289eda36e1 /gnu | |
parent | 7573300128e3e6318723615a048e02de1e8d8887 (diff) | |
download | guix-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.scm | 3 |
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 |