mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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")
|
(home-page "https://github.com/pboling/rspec-block_is_expected")
|
||||||
(license license:expat)))
|
(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
|
(define-public ruby-rspec-pending-for
|
||||||
(package
|
(package
|
||||||
(name "ruby-rspec-pending-for")
|
(name "ruby-rspec-pending-for")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue