gnu: libgnome: Move popt to propagated-inputs.
* gnu/packages/gnome.scm (libgnome)[inputs]: Move popt to ... [propagated-inputs]: ... here.
This commit is contained in:
parent
84811c22ff
commit
25338e9f2f
|
@ -1086,8 +1086,8 @@ to access local and remote files with a single consistent API.")
|
||||||
(substitute* "libgnome/Makefile.in"
|
(substitute* "libgnome/Makefile.in"
|
||||||
(("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS")))
|
(("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS")))
|
||||||
%standard-phases)))
|
%standard-phases)))
|
||||||
(inputs `(("popt" ,popt)
|
(propagated-inputs `(("popt" ,popt))) ; gnome-program.h includes popt.h
|
||||||
("libxml2" ,libxml2)))
|
(inputs `(("libxml2" ,libxml2)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib" ,glib "bin") ; for glib-mkenums, etc.
|
`(("glib" ,glib "bin") ; for glib-mkenums, etc.
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
|
|
Loading…
Reference in New Issue