me
/
guix
Archived
1
0
Fork 0

gnu: ruby-rexml: Use version vendored with ruby.

* gnu/packages/ruby.scm (ruby-rubocop, ruby-crack)
[propagated-inputs]: Remove ruby-rexml.
master
Efraim Flashner 2021-09-12 14:59:52 +03:00
parent cffc4124d4
commit 94676291fb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 3 deletions

View File

@ -2099,8 +2099,6 @@ value is found.")
(invoke "ruby" "-Ilib" "-Itest" "-rrubygems" file)) (invoke "ruby" "-Ilib" "-Itest" "-rrubygems" file))
(find-files "test" ".*rb$"))) (find-files "test" ".*rb$")))
#t))))) #t)))))
(propagated-inputs
`(("ruby-rexml" ,ruby-rexml)))
(synopsis "Simple JSON and XML parsing for Ruby") (synopsis "Simple JSON and XML parsing for Ruby")
(description (description
"@code{crack} provides really simple JSON and XML parsing, extracted from "@code{crack} provides really simple JSON and XML parsing, extracted from
@ -7376,7 +7374,6 @@ run.")
("ruby-parser" ,ruby-parser) ("ruby-parser" ,ruby-parser)
("ruby-rainbow" ,ruby-rainbow) ("ruby-rainbow" ,ruby-rainbow)
("ruby-regexp-parser" ,ruby-regexp-parser) ("ruby-regexp-parser" ,ruby-regexp-parser)
("ruby-rexml" ,ruby-rexml)
("ruby-rubocop-ast" ,ruby-rubocop-ast) ("ruby-rubocop-ast" ,ruby-rubocop-ast)
("ruby-progressbar" ,ruby-progressbar) ("ruby-progressbar" ,ruby-progressbar)
("ruby-unicode-display-width" ,ruby-unicode-display-width))) ("ruby-unicode-display-width" ,ruby-unicode-display-width)))