guix-commits
[Top][All Lists]
Advanced

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

24/64: gnu: xmlto: Fix cross-compilation.


From: guix-commits
Subject: 24/64: gnu: xmlto: Fix cross-compilation.
Date: Fri, 23 Aug 2019 04:10:18 -0400 (EDT)

mothacehe pushed a commit to branch wip-cross-system
in repository guix.

commit 5f9a3ad0681aa665285f0e13a87bd47cc8a84adc
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]