guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 24/31: gnu: xmlto: Fix cross-compilation.
Date: Mon, 8 Jul 2019 05:43:41 -0400 (EDT)

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

commit 2e810a722610d369922f28419c82dbde8c9a6757
Author: Mathieu Othacehe <address@hidden>
Date:   Fri Jul 5 17:21:37 2019 +0200

    gnu: xmlto: Fix cross-compilation.
    
    * gnu/packages/xml.scm (xmlto)[inputs]: Move util-linux from here ...
    [native-inputs]: ... to here.
---
 gnu/packages/xml.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 5fefa2c..5239070 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -915,9 +915,10 @@ 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)))               ; for 'getopt'
     (inputs
-     `(("util-linux" ,util-linux)                 ; for 'getopt'
-       ("libxml2" ,libxml2)                       ; for 'xmllint'
+     `(("libxml2" ,libxml2)                       ; for 'xmllint'
        ("libxslt" ,libxslt)))                     ; for 'xsltproc'
     (home-page "http://cyberelk.net/tim/software/xmlto/";)
     (synopsis "Front-end to an XSL toolchain")



reply via email to

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