gnu: ruby-ritex: Build with ruby-2.7.
As it looks to be incompatible with Ruby 3. * gnu/packages/ruby.scm (ruby-ritex)[arguments]: Build with ruby-2.7.
parent
28542d2d82
commit
46565974a5
|
@ -16072,6 +16072,7 @@ parts (e.g., given and family names, honorifics etc.).")
|
|||
(arguments
|
||||
;; thanks to the Gentoo packagers for figuring this out
|
||||
(list
|
||||
#:ruby ruby-2.7
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'extract-gemspec 'fix-tests
|
||||
|
|
Reference in New Issue