mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-15 23:05:20 +02:00
gnu: ruby-json-pure: Fix build failure.
* gnu/packages/ruby.scm (ruby-json-pure)[native-inputs]: Add ragel.
This commit is contained in:
@@ -2631,8 +2631,9 @@ a native C extension.")
|
||||
(zero? (system* "rake" "gemspec")))))))
|
||||
(native-inputs
|
||||
`(("bundler" ,bundler)
|
||||
("ruby-test-unit" ,ruby-test-unit)
|
||||
("ruby-simplecov" ,ruby-simplecov)))
|
||||
("ragel" ,ragel)
|
||||
("ruby-simplecov" ,ruby-simplecov)
|
||||
("ruby-test-unit" ,ruby-test-unit)))
|
||||
(synopsis "JSON implementation in pure Ruby")
|
||||
(description
|
||||
"This package provides a JSON implementation written in pure Ruby.")
|
||||
|
||||
Reference in New Issue
Block a user