diff options
author | Mark H Weaver <mhw@netris.org> | 2015-07-15 15:03:56 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-15 15:03:56 -0400 |
commit | 25338e9f2f932628be221ae4a4e43c9392f4757d (patch) | |
tree | 863c89e147681985d4be706b5adaa0baea6fb86e | |
parent | 84811c22ff144503785b4f70794a409021adc74b (diff) | |
download | patches-25338e9f2f932628be221ae4a4e43c9392f4757d.tar patches-25338e9f2f932628be221ae4a4e43c9392f4757d.tar.gz |
gnu: libgnome: Move popt to propagated-inputs.
* gnu/packages/gnome.scm (libgnome)[inputs]: Move popt to ...
[propagated-inputs]: ... here.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 597b53e2c4..36ba382206 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1086,8 +1086,8 @@ to access local and remote files with a single consistent API.") (substitute* "libgnome/Makefile.in" (("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))) %standard-phases))) - (inputs `(("popt" ,popt) - ("libxml2" ,libxml2))) + (propagated-inputs `(("popt" ,popt))) ; gnome-program.h includes popt.h + (inputs `(("libxml2" ,libxml2))) (native-inputs `(("glib" ,glib "bin") ; for glib-mkenums, etc. ("intltool" ,intltool) |