gnu: xmlto: Fix cross-compilation.

* gnu/packages/xml.scm (xmlto)[native-inputs]: Add util-linux.
This commit is contained in:
Mathieu Othacehe 2019-07-05 17:21:37 +02:00
parent 642328abcd
commit 1475554147
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

@ -940,6 +940,8 @@ code for classes that correspond to data structures defined by XMLSchema.")
(assoc-ref %build-inputs
"util-linux")
"/bin/getopt"))))
(native-inputs
`(("util-linux" ,util-linux)))
(inputs
`(("util-linux" ,util-linux) ; for 'getopt'
("libxml2" ,libxml2) ; for 'xmllint'