diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2021-09-12 14:59:52 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2021-09-12 15:35:22 +0300 |
| commit | 94676291fb383c9dc492bbfafdd787eddb473ff9 (patch) | |
| tree | 80e649597f815fd80105416367bea018617f3e83 /gnu/packages | |
| parent | cffc4124d4c4d4e6fbedf0ce931058d6612c2931 (diff) | |
gnu: ruby-rexml: Use version vendored with ruby.
* gnu/packages/ruby.scm (ruby-rubocop, ruby-crack)
[propagated-inputs]: Remove ruby-rexml.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/ruby.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index b407d6d0e25..536cf15f999 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -2099,8 +2099,6 @@ value is found.") | |||
| 2099 | (invoke "ruby" "-Ilib" "-Itest" "-rrubygems" file)) | 2099 | (invoke "ruby" "-Ilib" "-Itest" "-rrubygems" file)) |
| 2100 | (find-files "test" ".*rb$"))) | 2100 | (find-files "test" ".*rb$"))) |
| 2101 | #t))))) | 2101 | #t))))) |
| 2102 | (propagated-inputs | ||
| 2103 | `(("ruby-rexml" ,ruby-rexml))) | ||
| 2104 | (synopsis "Simple JSON and XML parsing for Ruby") | 2102 | (synopsis "Simple JSON and XML parsing for Ruby") |
| 2105 | (description | 2103 | (description |
| 2106 | "@code{crack} provides really simple JSON and XML parsing, extracted from | 2104 | "@code{crack} provides really simple JSON and XML parsing, extracted from |
| @@ -7376,7 +7374,6 @@ run.") | |||
| 7376 | ("ruby-parser" ,ruby-parser) | 7374 | ("ruby-parser" ,ruby-parser) |
| 7377 | ("ruby-rainbow" ,ruby-rainbow) | 7375 | ("ruby-rainbow" ,ruby-rainbow) |
| 7378 | ("ruby-regexp-parser" ,ruby-regexp-parser) | 7376 | ("ruby-regexp-parser" ,ruby-regexp-parser) |
| 7379 | ("ruby-rexml" ,ruby-rexml) | ||
| 7380 | ("ruby-rubocop-ast" ,ruby-rubocop-ast) | 7377 | ("ruby-rubocop-ast" ,ruby-rubocop-ast) |
| 7381 | ("ruby-progressbar" ,ruby-progressbar) | 7378 | ("ruby-progressbar" ,ruby-progressbar) |
| 7382 | ("ruby-unicode-display-width" ,ruby-unicode-display-width))) | 7379 | ("ruby-unicode-display-width" ,ruby-unicode-display-width))) |
