gnu: libglade: Propagate inputs.
* gnu/packages/gnome.scm (libglade): Propagate inputs gtk+-2 and libxml as stipulated by libglade-2.0.pc.
This commit is contained in:
parent
006faa3589
commit
92dcc23d2b
1 changed files with 3 additions and 2 deletions
|
@ -1257,9 +1257,10 @@ (define-public libglade
|
|||
"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")
|
||||
|
|
Loading…
Reference in a new issue