raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit d29b877805ecbb7511071865ad893c2fd0a59d1d
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 221435e..4659d13 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

Reply via email to