guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: atk: Propagate input glib.


From: ???
Subject: 11/15: gnu: atk: Propagate input glib.
Date: Wed, 08 Apr 2015 08:05:00 +0000

iyzsong pushed a commit to branch core-updates
in repository guix.

commit 13a9e2919097f85bd12f0470f79cbea63dafc819
Author: 宋文武 <address@hidden>
Date:   Wed Apr 8 11:11:50 2015 +0800

    gnu: atk: Propagate input glib.
    
    * gnu/packages/gtk.scm (atk): Move glib to 'propagated-inputs'.
---
 gnu/packages/gtk.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 52795ed..e45d200 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -68,7 +68,7 @@
       (list (string-append "--with-html-dir="
                            (assoc-ref %outputs "doc")
                            "/share/gtk-doc/html"))))
-   (inputs `(("glib" ,glib)))
+   (propagated-inputs `(("glib" ,glib))) ; required by atk.pc
    (native-inputs
     `(("pkg-config" ,pkg-config)
       ("glib" ,glib "bin")                               ; glib-mkenums, etc.



reply via email to

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