mothacehe pushed a commit to branch core-updates-next in repository guix. commit f9ad7a0173cd7af3f8bfa0a60d48cb77df0d81af Author: Mathieu Othacehe <m.othac...@gmail.com> 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'