gnu: gnome-doc-utils: Add python2-libxml2 to native-inputs.
This is a followup to commit 7ce3224247
.
* gnu/packages/gnome.scm (gnome-doc-utils)[native-inputs]: Add
python2-libxml2.
This commit is contained in:
parent
264d57b68a
commit
d80b0d4af5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue