gnu: ruby-byebug: Do not depend on ruby-chandler.

* gnu/packages/ruby.scm (ruby-byebug) [phases]
{sanitize-dependencies}: New phase.
[native-inputs]: Delete ruby-chandler.
This commit is contained in:
Maxim Cournoyer 2023-01-08 22:42:24 -05:00
parent dbc904f242
commit 9fcc85f1a2
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -6950,6 +6950,10 @@ (define-public ruby-byebug
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'sanitize-dependencies
(lambda _
(substitute* "Rakefile"
((".*chandler/tasks.*") ""))))
(add-after 'unpack 'skip-tmp-path-sensitive-test
(lambda _
(substitute* "test/commands/where_test.rb"
@ -6969,7 +6973,6 @@ (define-public ruby-byebug
(setenv "HOME" (getcwd)))))))
(native-inputs
(list bundler
ruby-chandler
;; Using minitest 5.17 would cause 5 new bug failures. This is
;; probably related to
;; https://github.com/deivid-rodriguez/byebug/pull/837. Use