GNU bug report logs - #66333
[PATCH] gnu: guile-ini: Added missing propagated input (guile-lib).

Previous Next

Package: guix-patches;

Reported by: Fabio Natali <me <at> fabionatali.com>

Date: Wed, 4 Oct 2023 08:18:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66333 in the body.
You can then email your comments to 66333 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#66333; Package guix-patches. (Wed, 04 Oct 2023 08:18:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Fabio Natali <me <at> fabionatali.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 04 Oct 2023 08:18:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Fabio Natali <me <at> fabionatali.com>
To: guix-patches <at> gnu.org
Cc: Fabio Natali <me <at> fabionatali.com>
Subject: [PATCH] gnu: guile-ini: Added missing propagated input (guile-lib).
Date: Wed,  4 Oct 2023 09:09:46 +0100
This should close https://issues.guix.gnu.org/66315.
---
Hi! 👋

Just a micro-fix which will hopefully close:

https://issues.guix.gnu.org/66315

The following oneliner, as per the above bug report, is now working fine:

guix shell --container guile guile-ini -- guile -c '(use-modules (ini))'

Cheers, Fabio.


 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 3042244a1f..92c5cdedfe 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -5468,7 +5468,7 @@ (define-public guile-ini
                          guile-lib
                          guile-smc))
     (inputs (list bash-minimal guile-3.0 guile-lib))
-    (propagated-inputs (list guile-smc))
+    (propagated-inputs (list guile-lib guile-smc))
     (home-page "https://github.com/artyom-poptsov/guile-ini")
     (synopsis "Guile library for INI format support")
     (description

base-commit: 24fc0370d0d12f34cffd44801cc6382fc5cc5f23
-- 
2.41.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 05 Oct 2023 15:05:02 GMT) Full text and rfc822 format available.

Notification sent to Fabio Natali <me <at> fabionatali.com>:
bug acknowledged by developer. (Thu, 05 Oct 2023 15:05:02 GMT) Full text and rfc822 format available.

Message #10 received at 66333-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Fabio Natali <me <at> fabionatali.com>
Cc: 66315-done <at> debbugs.gnu.org, 66333-done <at> debbugs.gnu.org
Subject: Re: bug#66333: [PATCH] gnu: guile-ini: Added missing propagated
 input (guile-lib).
Date: Thu, 05 Oct 2023 17:03:38 +0200
Fabio Natali <me <at> fabionatali.com> skribis:

> This should close https://issues.guix.gnu.org/66315.
> ---
> Hi! 👋
>
> Just a micro-fix which will hopefully close:
>
> https://issues.guix.gnu.org/66315

Hi!  I tweaked the commit log and applied it, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 03 Nov 2023 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 227 days ago.

Previous Next


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