mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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
1 changed files with 3 additions and 2 deletions
|
@ -2631,8 +2631,9 @@ (define-public ruby-json-pure
|
|||
(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.")
|
||||
|
|
Loading…
Reference in a new issue