gnu: ruby-libxml: Fix build.
rdoc fails to install the documentation, so disable rdoc for now, as I'm unsure how to fix this. * gnu/packages/ruby.scm (ruby-libxml)[arguments]: Add --no-document to #:gem-flags.
This commit is contained in:
parent
e6bfb02eb7
commit
5b98944d3d
1 changed files with 3 additions and 1 deletions
|
@ -2416,7 +2416,9 @@ extensions.")
|
|||
(arguments
|
||||
'(#:tests? #f ; test suite hangs for unknown reason
|
||||
#:gem-flags
|
||||
(list "--"
|
||||
(list "--no-document" ; TODO: Re-enable when documentation
|
||||
; generation works
|
||||
"--"
|
||||
(string-append "--with-xml2-include="
|
||||
(assoc-ref %build-inputs "libxml2")
|
||||
"/include/libxml2" ))))
|
||||
|
|
Reference in a new issue