GNU bug report logs -
#66333
[PATCH] gnu: guile-ini: Added missing propagated input (guile-lib).
Previous Next
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.
Full log
View this message in rfc822 format
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
This bug report was last modified 1 year and 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.