[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73168] [PATCH] gnu: bash-minimal: Add package description.
From: |
Romain GARBAGE |
Subject: |
[bug#73168] [PATCH] gnu: bash-minimal: Add package description. |
Date: |
Tue, 10 Sep 2024 16:13:42 +0200 |
* gnu/packages/bash.scm (bash-minimal): Add package description.
Change-Id: I37da88d189f3a2d99aa8bcba5de3102909ae4761
---
gnu/packages/bash.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index 9ecec0a484..ad94c076bf 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -258,7 +258,9 @@ (define-public bash-minimal
((#:phases phases)
`(modify-phases ,phases
;; No loadable modules.
- (delete 'move-development-files)))))))
+ (delete 'move-development-files)))))
+ (description "This is a stripped-down version of the @code{bash} package
for
+non-interactive use.")))
(define-public static-bash
;; Statically-linked Bash that contains nothing but the 'bash' binary and
base-commit: 7f05b73d90f740c6a139f0e706b717d3174f6321
--
2.46.0
- [bug#73168] [PATCH] gnu: bash-minimal: Add package description.,
Romain GARBAGE <=