gnu: xmlto: Fix cross-compilation.
* gnu/packages/xml.scm (xmlto)[native-inputs]: Add util-linux.master
parent
642328abcd
commit
1475554147
|
@ -940,6 +940,8 @@ code for classes that correspond to data structures defined by XMLSchema.")
|
||||||
(assoc-ref %build-inputs
|
(assoc-ref %build-inputs
|
||||||
"util-linux")
|
"util-linux")
|
||||||
"/bin/getopt"))))
|
"/bin/getopt"))))
|
||||||
|
(native-inputs
|
||||||
|
`(("util-linux" ,util-linux)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("util-linux" ,util-linux) ; for 'getopt'
|
`(("util-linux" ,util-linux) ; for 'getopt'
|
||||||
("libxml2" ,libxml2) ; for 'xmllint'
|
("libxml2" ,libxml2) ; for 'xmllint'
|
||||||
|
|
Reference in New Issue