guix_mirror_bot pushed a commit to branch master in repository guix. commit 4f19a0f32719e7084bcb114750d1d1f907210647 Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Wed Jun 18 16:27:20 2025 +0200
gnu: Add ruby-rspec-block-is-expected-bootstrap. * gnu/packages/ruby-xyz.scm (ruby-rspec-block-is-expected-bootstrap): New variable. --- gnu/packages/ruby-xyz.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm index e1b6672d56..f0b1fae6fd 100644 --- a/gnu/packages/ruby-xyz.scm +++ b/gnu/packages/ruby-xyz.scm @@ -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")