guix-commits
[Top][All Lists]
Advanced

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

14/35: gnu: xmlto: Fix cross-compilation.


From: guix-commits
Subject: 14/35: gnu: xmlto: Fix cross-compilation.
Date: Thu, 10 Oct 2019 11:33:17 -0400 (EDT)

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

commit 1475554147d8e287afb243912d3cb6e5a3b20baf
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 042f06e..47a7e7b 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -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'



reply via email to

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