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-bindex)[arguments]{phases}: Add
phase 'patch-minitest.
---
gnu/packages/ruby-xyz.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index cae53c8fb5..d343261ec4 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -9116,7 +9116,12 @@ (define-public ruby-bindex
(add-after 'unpack 'avoid-bundler
(lambda _
(substitute* "Rakefile"
- (("^Bundler::.*") "")))))))
+ (("^Bundler::.*") ""))))
+ (add-after 'unpack 'patch-minitest
+ (lambda _
+ (substitute* "test/test_helper.rb"
+ (("MiniTest")
+ "Minitest")))))))
(native-inputs (list bundler ruby-rake-compiler))
(synopsis "Bindings for Ruby exceptions")
(description
--
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.