1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +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:
Nicolas Graves 2025-06-18 16:27:24 +02:00 committed by Andreas Enge
parent bfcb2db688
commit 3dd84c858c
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -14014,17 +14014,15 @@ development kit for Ruby.")
(add-after 'extract-gemspec 'relax-requirements (add-after 'extract-gemspec 'relax-requirements
(lambda _ (lambda _
(substitute* "spy.gemspec" (substitute* "spy.gemspec"
((".*pry-byebug.*") ((".*(pry-byebug|coveralls).*")
"")) ""))
(substitute* "test/test_helper.rb" (substitute* "test/test_helper.rb"
((".*pry-byebug.*") ((".*(pry-byebug|[Cc]overalls).*")
"")) ""))
(substitute* "Gemfile" (substitute* "Gemfile"
((".*redcarpet.*") ((".*(redcarpet|yard).*")
"")
((".*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)) ruby-rspec-core ruby-rspec-expectations))
(synopsis "Mocking library for Ruby") (synopsis "Mocking library for Ruby")
(description (description