mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: ruby-term-ansicolor: Fix test for Ruby 2.5.
* gnu/packages/ruby.scm (ruby-term-ansicolor)[arguments]: Add new fix-test phase to fix a test that fails under Ruby 2.5.
This commit is contained in:
parent
0b060e3486
commit
39ecb977d3
1 changed files with 5 additions and 0 deletions
|
@ -2914,6 +2914,11 @@ (define-public ruby-term-ansicolor
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-test
|
||||
(lambda -
|
||||
(substitute* "tests/hsl_triple_test.rb"
|
||||
(("0\\\\\\.0%")
|
||||
"0\\.?0?%"))))
|
||||
(replace 'build
|
||||
(lambda _
|
||||
(invoke "gem" "build" "term-ansicolor.gemspec"))))))
|
||||
|
|
Loading…
Reference in a new issue