guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: Unpin ruby-nokogiri-diff's ruby-nokogiri


From: guix-commits
Subject: 04/06: gnu: Unpin ruby-nokogiri-diff's ruby-nokogiri
Date: Mon, 8 Aug 2022 11:27:06 -0400 (EDT)

civodul pushed a commit to branch staging
in repository guix.

commit 22225620e3eca220cbfa0815bf2852c1c87e0cfe
Author: Tom Fitzhenry <tom@tom-fitzhenry.me.uk>
AuthorDate: Fri Jun 24 21:08:36 2022 +1000

    gnu: Unpin ruby-nokogiri-diff's ruby-nokogiri
    
    ruby-nokogiri-diff historically had a long reverse dependency set, due to 
its
    reverse dependency of texlive, which was solely via ruby-byebugs.
    
    To avoid ruby-nokogiri updates from triggering rebuilds, ruby-nokogiri-diff
    was pinned to ruby-nokogiri-1.10.
    
    However, as of commit "gnu: Remove texlive's dependence on ruby-rspec and
    ruby-byebug.", texlive no longer depends on ruby-byebug, and thus updating
    ruby-nokogiri won't trigger large rebuilds.
    
    Thus, we are now free to unpin ruby-nokogiri-diff's ruby-nokogiri.
    
    * gnu/packages/ruby.scm (ruby-nokogiri-diff): Unpin ruby-nokogiri version.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/ruby.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 38330901b3..2faa0fa652 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6740,8 +6740,7 @@ tree-like structures.  It is similar to Ruby's built-in 
@code{TSort} module.")
       (build-system ruby-build-system)
       (propagated-inputs
        (list ruby-tdiff
-             ;; Use a fixed version to prevent rebuilds; see ruby-nokogiri 
TODO.
-             ruby-nokogiri-1.10))
+             ruby-nokogiri))
       (native-inputs
        (list ruby-rspec ruby-yard ruby-rubygems-tasks))
       (synopsis "Calculate the differences between two XML/HTML documents")



reply via email to

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