gnu: ruby-json-pure: Fix build failure.
* gnu/packages/ruby.scm (ruby-json-pure)[native-inputs]: Add ragel.
This commit is contained in:
parent
53fd476fa5
commit
0c9f73cd23
|
@ -2631,8 +2631,9 @@ a native C extension.")
|
||||||
(zero? (system* "rake" "gemspec")))))))
|
(zero? (system* "rake" "gemspec")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bundler" ,bundler)
|
`(("bundler" ,bundler)
|
||||||
("ruby-test-unit" ,ruby-test-unit)
|
("ragel" ,ragel)
|
||||||
("ruby-simplecov" ,ruby-simplecov)))
|
("ruby-simplecov" ,ruby-simplecov)
|
||||||
|
("ruby-test-unit" ,ruby-test-unit)))
|
||||||
(synopsis "JSON implementation in pure Ruby")
|
(synopsis "JSON implementation in pure Ruby")
|
||||||
(description
|
(description
|
||||||
"This package provides a JSON implementation written in pure Ruby.")
|
"This package provides a JSON implementation written in pure Ruby.")
|
||||||
|
|
Loading…
Reference in New Issue