guix-commits
[Top][All Lists]
Advanced

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

161/401: gnu: gobject-introspection: Propagate glib.


From: guix-commits
Subject: 161/401: gnu: gobject-introspection: Propagate glib.
Date: Tue, 18 Aug 2020 16:21:18 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 7030962b137a9733f76d317061e2231a68b9d202
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Sat Jul 18 15:10:41 2020 -0400

    gnu: gobject-introspection: Propagate glib.
    
    * gnu/packages/glib.scm (gobject-introspection) [inputs]: Move glib
    to ...
    [propagated-inputs]: ... here.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/glib.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 7c2c1a7..a018686 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -353,10 +353,10 @@ threads, dynamic loading, and an object system.")
        ("glib" ,glib "bin")
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("glib" ,glib)
-       ("python" ,python-wrapper)))
+     `(("python" ,python-wrapper)))
     (propagated-inputs
-     `(("libffi" ,libffi)))
+     `(("glib" ,glib)
+       ("libffi" ,libffi)))
     (native-search-paths
      (list (search-path-specification
             (variable "GI_TYPELIB_PATH")



reply via email to

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