guix-commits
[Top][All Lists]
Advanced

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

branch wip-desktop updated: gnu: gobject-introspection: Propagate glib.


From: guix-commits
Subject: branch wip-desktop updated: gnu: gobject-introspection: Propagate glib.
Date: Wed, 22 Jul 2020 05:47:18 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/wip-desktop by this push:
     new 4df7123  gnu: gobject-introspection: Propagate glib.
4df7123 is described below

commit 4df71237feb834cc6c4e49ca143d7fc5040e5f47
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]