mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
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:
parent
6ba74ab29c
commit
22225620e3
1 changed files with 1 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue