diff options
author | Andreas Enge <andreas@enge.fr> | 2015-08-23 19:27:48 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-08-23 19:27:48 +0200 |
commit | 92dcc23d2b8165e1e7dbca923f97435fa7dab56c (patch) | |
tree | c9f28e7270a0fefccd1ed509700526def4ebb08f /gnu | |
parent | 006faa3589cc12e0822b731a7fcf6778987a4b28 (diff) | |
download | patches-92dcc23d2b8165e1e7dbca923f97435fa7dab56c.tar patches-92dcc23d2b8165e1e7dbca923f97435fa7dab56c.tar.gz |
gnu: libglade: Propagate inputs.
* gnu/packages/gnome.scm (libglade): Propagate inputs gtk+-2 and libxml
as stipulated by libglade-2.0.pc.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0c5086474f..16f5471835 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1257,9 +1257,10 @@ ported to GTK+.") "1v2x2s04jry4gpabws92i0wq2ghd47yr5n9nhgnkd7c38xv1wdk4")))) (build-system gnu-build-system) (inputs + `(("python" ,python))) ;; needed for the optional libglade-convert program + (propagated-inputs `(("gtk+-2" ,gtk+-2) - ("libxml2" ,libxml2) - ("python" ,python))) ;; needed for the optional libglade-convert program + ("libxml2" ,libxml2))) ; required by libglade-2.0.pc (native-inputs `(("pkg-config" ,pkg-config))) (home-page "https://developer.gnome.org/libglade") |