guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/11: gnu: ruby-rexml: Use version vendored with ruby.


From: guix-commits
Subject: 08/11: gnu: ruby-rexml: Use version vendored with ruby.
Date: Sun, 12 Sep 2021 08:37:46 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit 94676291fb383c9dc492bbfafdd787eddb473ff9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 12 14:59:52 2021 +0300

    gnu: ruby-rexml: Use version vendored with ruby.
    
    * gnu/packages/ruby.scm (ruby-rubocop, ruby-crack)
    [propagated-inputs]: Remove ruby-rexml.
---
 gnu/packages/ruby.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index b407d6d..536cf15 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2099,8 +2099,6 @@ value is found.")
                            (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 @@ run.")
        ("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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]