~ruther/guix-local

d80b0d4af54c56a2628ee285631cdcce2b21fd58 — Mark H Weaver 10 years ago 264d57b
gnu: gnome-doc-utils: Add python2-libxml2 to native-inputs.

This is a followup to commit 7ce3224247d3acd559841f23d1b4b49d073b15f5.

* gnu/packages/gnome.scm (gnome-doc-utils)[native-inputs]: Add
  python2-libxml2.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +1 -0
@@ 173,6 173,7 @@ The gnome-about program helps find which version of GNOME is installed.")
    (native-inputs
     `(("intltool" ,intltool)
       ("docbook-xml" ,docbook-xml-4.4)
       ("python2-libxml2" ,python2-libxml2)
       ("libxml2" ,libxml2)
       ("libxslt" ,libxslt)
       ("pkg-config" ,pkg-config)