diff options
-rw-r--r-- | gnu/packages/xml.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 4fd58a039b..999f96082f 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1179,7 +1179,8 @@ code for classes that correspond to data structures defined by XMLSchema.") ;; Make sure the reference to util-linux's 'getopt' is kept in 'xmlto'. (list #:configure-flags - #~(list (string-append "GETOPT=" + #~(list "CFLAGS=-g -O2 -Wno-error=implicit-int" + (string-append "GETOPT=" #$(this-package-input "util-linux") "/bin/getopt")))) (native-inputs |