mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: ruby-spy: Remove ruby-coveralls native-input.
* gnu/packages/ruby-xyz.scm (ruby-spy)[native-input]: Remove ruby-coveralls.
This commit is contained in:
parent
bfcb2db688
commit
3dd84c858c
1 changed files with 4 additions and 6 deletions
|
@ -14014,17 +14014,15 @@ development kit for Ruby.")
|
|||
(add-after 'extract-gemspec 'relax-requirements
|
||||
(lambda _
|
||||
(substitute* "spy.gemspec"
|
||||
((".*pry-byebug.*")
|
||||
((".*(pry-byebug|coveralls).*")
|
||||
""))
|
||||
(substitute* "test/test_helper.rb"
|
||||
((".*pry-byebug.*")
|
||||
((".*(pry-byebug|[Cc]overalls).*")
|
||||
""))
|
||||
(substitute* "Gemfile"
|
||||
((".*redcarpet.*")
|
||||
"")
|
||||
((".*yard.*")
|
||||
((".*(redcarpet|yard).*")
|
||||
"")))))))
|
||||
(native-inputs (list ruby-coveralls ruby-minitest-reporters ruby-pry
|
||||
(native-inputs (list ruby-minitest-reporters ruby-pry
|
||||
ruby-rspec-core ruby-rspec-expectations))
|
||||
(synopsis "Mocking library for Ruby")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue