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:
parent
b31c490f7e
commit
4f19a0f327
1 changed files with 9 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue