raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 5eb626f4a3844aac19dde9da77db74c2d5647861
Author: Raghav Gururajan <[email protected]>
AuthorDate: Thu Mar 11 09:59:44 2021 -0500
gnu: gobject-introspection: Propagate glib.
* gnu/packages/glib.scm (gobject-introspection) [inputs]: Move glib to ...
[propagated-inputs]: ... here.
Signed-off-by: Léo Le Bouter <[email protected]>
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index f7782d0..c8569f6 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -418,11 +418,11 @@ functions for strings and common data structures.")
(inputs
`(("bison" ,bison)
("flex" ,flex)
- ("glib" ,glib)
("python" ,python-wrapper)
("zlib" ,zlib)))
(propagated-inputs
- `(;; In practice, GIR users will need libffi when using
+ `(("glib" ,glib)
+ ;; In practice, GIR users will need libffi when using
;; gobject-introspection.
("libffi" ,libffi)))
(native-search-paths