[PATCH] gnu: guile-ini: Added missing propagated input (guile-lib).

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Fabio Natali
Owner
unassigned
Submitted by
Fabio Natali
Severity
normal

Debbugs page

Fabio Natali wrote 1 years ago
(address . guix-patches@gnu.org)(name . Fabio Natali)(address . me@fabionatali.com)
cedd2fa309cbd836142c887ff6a9b61b716e34d8.1696406706.git.me@fabionatali.com
---
Hi! 👋

Just a micro-fix which will hopefully close:


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(-)

Toggle diff (17 lines)
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
Ludovic Courtès wrote 1 years ago
(name . Fabio Natali)(address . me@fabionatali.com)
8734yp3yd1.fsf@gnu.org
Fabio Natali <me@fabionatali.com> skribis:

Toggle quote (8 lines)
> ---
> 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’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66333@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66333
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help