gnu: ruby-rexml: Use version vendored with ruby.
* gnu/packages/ruby.scm (ruby-rubocop, ruby-crack) [propagated-inputs]: Remove ruby-rexml.
This commit is contained in:
parent
cffc4124d4
commit
94676291fb
1 changed files with 0 additions and 3 deletions
|
@ -2099,8 +2099,6 @@ (define-public ruby-crack
|
|||
(invoke "ruby" "-Ilib" "-Itest" "-rrubygems" file))
|
||||
(find-files "test" ".*rb$")))
|
||||
#t)))))
|
||||
(propagated-inputs
|
||||
`(("ruby-rexml" ,ruby-rexml)))
|
||||
(synopsis "Simple JSON and XML parsing for Ruby")
|
||||
(description
|
||||
"@code{crack} provides really simple JSON and XML parsing, extracted from
|
||||
|
@ -7376,7 +7374,6 @@ (define-public ruby-rubocop
|
|||
("ruby-parser" ,ruby-parser)
|
||||
("ruby-rainbow" ,ruby-rainbow)
|
||||
("ruby-regexp-parser" ,ruby-regexp-parser)
|
||||
("ruby-rexml" ,ruby-rexml)
|
||||
("ruby-rubocop-ast" ,ruby-rubocop-ast)
|
||||
("ruby-progressbar" ,ruby-progressbar)
|
||||
("ruby-unicode-display-width" ,ruby-unicode-display-width)))
|
||||
|
|
Loading…
Reference in a new issue