me
/
guix
Archived
1
0
Fork 0

gnu: xmlto: Fix cross-compilation.

* gnu/packages/xml.scm (xmlto)[native-inputs]: Add util-linux.
master
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
1 changed files with 2 additions and 0 deletions

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'