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
|
||||
"util-linux")
|
||||
"/bin/getopt"))))
|
||||
(native-inputs
|
||||
`(("util-linux" ,util-linux)))
|
||||
(inputs
|
||||
`(("util-linux" ,util-linux) ; for 'getopt'
|
||||
("libxml2" ,libxml2) ; for 'xmllint'
|
||||
|
|
Reference in New Issue