From 0d231b12d932c9a1e3e1a919bee578f6b24dc8f2 Mon Sep 17 00:00:00 2001 From: Romain GARBAGE Date: Thu, 12 Sep 2024 12:54:58 +0200 Subject: gnu: bash-minimal: Add package synopsis. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/bash.scm (bash-minimal): Add package synopsis. Change-Id: I33f12547fca19d096712786a0c33525aa726b343 Signed-off-by: Ludovic Courtès --- gnu/packages/bash.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3