mothacehe pushed a commit to branch wip-cross-system
in repository guix.
commit d8731232c312f58ff81e4c30c54b59b744476678
Author: Mathieu Othacehe <[email protected]>
Date: Fri Jul 5 17:21:37 2019 +0200
gnu: xmlto: Fix cross-compilation.
* gnu/packages/xml.scm (xmlto)[native-inputs]: Add util-linux.
---
gnu/packages/xml.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index ffe81fa..485faeb 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -927,6 +927,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'