~ruther/guix-local

25338e9f2f932628be221ae4a4e43c9392f4757d — Mark H Weaver 10 years ago 84811c2
gnu: libgnome: Move popt to propagated-inputs.

* gnu/packages/gnome.scm (libgnome)[inputs]: Move popt to ...
  [propagated-inputs]: ... here.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -2
@@ 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)