mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
gnu: ruby-spy: Remove ruby-pry-byebug input.
* gnu/packages/ruby.scm (ruby-spy)[arguments]: Remove use of pry-byebug. [native-inputs]: Remove ruby-pry-byebug.
This commit is contained in:
parent
9bdb1c4baa
commit
a820891c89
1 changed files with 4 additions and 1 deletions
|
@ -14310,6 +14310,10 @@ (define-public ruby-spy
|
|||
(list #:phases #~(modify-phases %standard-phases
|
||||
(add-after 'extract-gemspec 'relax-requirements
|
||||
(lambda _
|
||||
(substitute* "spy.gemspec"
|
||||
((".*pry-byebug.*") ""))
|
||||
(substitute* "test/test_helper.rb"
|
||||
((".*pry-byebug.*") ""))
|
||||
(substitute* "Gemfile"
|
||||
((".*redcarpet.*") "")
|
||||
((".*yard.*") "")))))))
|
||||
|
@ -14317,7 +14321,6 @@ (define-public ruby-spy
|
|||
(list ruby-coveralls
|
||||
ruby-minitest-reporters
|
||||
ruby-pry
|
||||
ruby-pry-byebug
|
||||
ruby-rspec-core
|
||||
ruby-rspec-expectations))
|
||||
(synopsis "Mocking library for Ruby")
|
||||
|
|
Loading…
Reference in a new issue