guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/17: gnu: xmlto: Fix cross-compilation.


From: guix-commits
Subject: 13/17: gnu: xmlto: Fix cross-compilation.
Date: Mon, 2 Sep 2019 11:21:53 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-next
in repository guix.

commit f9ad7a0173cd7af3f8bfa0a60d48cb77df0d81af
Author: Mathieu Othacehe <address@hidden>
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'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]