mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: ruby-event-emitter: Fix minitest.
* gnu/packages/ruby-xyz.scm (ruby-event-emitter)[arguments]{phases}: Add phase 'patch-minitest.
This commit is contained in:
parent
e324b9ac3a
commit
7f3fdc24b0
1 changed files with 5 additions and 0 deletions
|
@ -10024,6 +10024,11 @@ application.")
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'patch-minitest
|
||||||
|
(lambda _
|
||||||
|
(substitute* (find-files "test" "\\.rb$")
|
||||||
|
(("MiniTest")
|
||||||
|
"Minitest"))))
|
||||||
(add-after 'extract-gemspec 'relax-requirements
|
(add-after 'extract-gemspec 'relax-requirements
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "event_emitter.gemspec"
|
(substitute* "event_emitter.gemspec"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue