gnu: atk: Propagate input glib.

* gnu/packages/gtk.scm (atk): Move glib to 'propagated-inputs'.
master
宋文武 2015-04-08 11:11:50 +08:00
parent d3d4bc0bc4
commit 13a9e29190
1 changed files with 1 additions and 1 deletions

View File

@ -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.