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>
This commit is contained in:
Tom Fitzhenry 2022-06-24 21:08:36 +10:00 committed by Ludovic Courtès
parent 6ba74ab29c
commit 22225620e3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -6740,8 +6740,7 @@ (define-public ruby-nokogiri-diff
(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")