mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
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:
parent
dbc904f242
commit
9fcc85f1a2
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue