mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ (define-public gnome-doc-utils
|
|||
(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 a new issue