1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: Add ruby-rspec-block-is-expected-bootstrap.

* gnu/packages/ruby-xyz.scm (ruby-rspec-block-is-expected-bootstrap): New variable.
This commit is contained in:
Nicolas Graves 2025-06-18 16:27:20 +02:00 committed by Andreas Enge
parent b31c490f7e
commit 4f19a0f327
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -613,6 +613,15 @@ subject.")
(home-page "https://github.com/pboling/rspec-block_is_expected")
(license license:expat)))
(define ruby-rspec-block-is-expected-bootstrap
(package/inherit ruby-rspec-block-is-expected
(arguments
(substitute-keyword-arguments
(package-arguments ruby-rspec-block-is-expected)
((#:tests? tests? #t)
#f)))
(native-inputs '())))
(define-public ruby-rspec-pending-for
(package
(name "ruby-rspec-pending-for")