GNU bug report logs -
#78826
[PATCH ruby-team 00/88] Switch to ruby@3.3 and build -P1 ruby@3.3
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Wed, 18 Jun 2025 14:22:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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 3348469b61..c663410613 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -613,6 +613,15 @@ (define-public ruby-rspec-block-is-expected
(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")
--
2.49.0
This bug report was last modified 31 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.