mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
gnu: ruby-cucumber: Fix build.
* gnu/packages/ruby.scm (ruby-cucumber)[native-inputs]: Add ruby-webrick.
This commit is contained in:
parent
59d7f4ff0e
commit
bb811bdbc6
1 changed files with 1 additions and 0 deletions
|
@ -9759,6 +9759,7 @@ (define-public ruby-cucumber
|
||||||
(list ruby-cucumber-compatibility-kit
|
(list ruby-cucumber-compatibility-kit
|
||||||
ruby-nokogiri
|
ruby-nokogiri
|
||||||
ruby-pry
|
ruby-pry
|
||||||
|
ruby-webrick
|
||||||
ruby-rspec))
|
ruby-rspec))
|
||||||
(synopsis "Describe automated tests in plain language")
|
(synopsis "Describe automated tests in plain language")
|
||||||
(description "Cucumber is a tool for running automated tests written in
|
(description "Cucumber is a tool for running automated tests written in
|
||||||
|
|
Loading…
Reference in a new issue