all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66333] [PATCH] gnu: guile-ini: Added missing propagated input (guile-lib).
@ 2023-10-04  8:09 Fabio Natali via Guix-patches via
  2023-10-05 15:03 ` bug#66315: bug#66333: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Natali via Guix-patches via @ 2023-10-04  8:09 UTC (permalink / raw)
  To: 66333; +Cc: Fabio Natali

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66315: bug#66333: [PATCH] gnu: guile-ini: Added missing propagated input (guile-lib).
  2023-10-04  8:09 [bug#66333] [PATCH] gnu: guile-ini: Added missing propagated input (guile-lib) Fabio Natali via Guix-patches via
@ 2023-10-05 15:03 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-10-05 15:03 UTC (permalink / raw)
  To: Fabio Natali; +Cc: 66315-done, 66333-done

Fabio Natali <me@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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-05 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-04  8:09 [bug#66333] [PATCH] gnu: guile-ini: Added missing propagated input (guile-lib) Fabio Natali via Guix-patches via
2023-10-05 15:03 ` bug#66315: bug#66333: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.