diff options
author | Mark H Weaver <mhw@netris.org> | 2015-06-19 23:03:04 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-06-19 23:03:04 -0400 |
commit | d80b0d4af54c56a2628ee285631cdcce2b21fd58 (patch) | |
tree | dc67ca47d5075c4cab71714d0956be0a90a931c1 | |
parent | 264d57b68af81b6660fa93f98dae39b479b60ca9 (diff) | |
download | guix-d80b0d4af54c56a2628ee285631cdcce2b21fd58.tar guix-d80b0d4af54c56a2628ee285631cdcce2b21fd58.tar.gz |
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.
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4599f4d234..30f834a168 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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) |