guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/124: gnu: gobject-introspection: Propagate glib.


From: guix-commits
Subject: 19/124: gnu: gobject-introspection: Propagate glib.
Date: Tue, 10 Aug 2021 20:21:03 -0400 (EDT)

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

commit 71edb1aca096b6ac36388cb76a3ac3fa23cb8d64
Author: Raghav Gururajan <rg@raghavgururajan.name>
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 <lle-bout@zaclys.net>
---
 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 e2728c2..db5a436 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

[Prev in Thread] Current Thread [Next in Thread]