~ruther/guix-local

3fab3a64393f16d0aba79e349abcb1a9abfb0352 — Bruno Victal 2 years ago 7722ca5
gnu: xmlto: Rewrite with G-Expressions.

* gnu/packages/xml.scm (xmlto)[arguments]: Rewrite with G-Expressions.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
1 files changed, 5 insertions(+), 4 deletions(-)

M gnu/packages/xml.scm
M gnu/packages/xml.scm => gnu/packages/xml.scm +5 -4
@@ 1144,10 1144,11 @@ code for classes that correspond to data structures defined by XMLSchema.")
    (build-system gnu-build-system)
    (arguments
     ;; Make sure the reference to util-linux's 'getopt' is kept in 'xmlto'.
     '(#:configure-flags (list (string-append "GETOPT="
                                              (assoc-ref %build-inputs
                                                         "util-linux")
                                              "/bin/getopt"))))
     (list
      #:configure-flags
      #~(list (string-append "GETOPT="
                             #$(this-package-input "util-linux")
                             "/bin/getopt"))))
    (native-inputs
     (list util-linux))
    (inputs