GNU bug report logs - #73168
[PATCH] gnu: bash-minimal: Add package description.

Previous Next

Package: guix-patches;

Reported by: Romain GARBAGE <romain.garbage <at> inria.fr>

Date: Tue, 10 Sep 2024 14:18:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludovic.courtes <at> inria.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73168: closed ([PATCH] gnu: bash-minimal: Add package
 description.)
Date: Thu, 12 Sep 2024 15:12:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 12 Sep 2024 17:10:48 +0200
with message-id <87ikv0kivb.fsf <at> inria.fr>
and subject line Re: [PATCH v2] gnu: bash-minimal: Add package synopsis.
has caused the debbugs.gnu.org bug report #73168,
regarding [PATCH] gnu: bash-minimal: Add package description.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
73168: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73168
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Romain GARBAGE <romain.garbage <at> inria.fr>
To: guix-patches <at> gnu.org
Cc: ludovic.courtes <at> inria.fr, Romain GARBAGE <romain.garbage <at> inria.fr>
Subject: [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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
To: Romain GARBAGE <romain.garbage <at> inria.fr>
Cc: 73168-done <at> debbugs.gnu.org
Subject: Re: [PATCH v2] gnu: bash-minimal: Add package synopsis.
Date: Thu, 12 Sep 2024 17:10:48 +0200
Romain GARBAGE <romain.garbage <at> inria.fr> skribis:

> * gnu/packages/bash.scm (bash-minimal): Add package synopsis.
>
> Change-Id: I33f12547fca19d096712786a0c33525aa726b343

Applied, thanks!


This bug report was last modified 305 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.