corectl: fix runtime deps
fixes issue reported in https://github.com/TheNewNormal/corectl/issues/90 Signed-off-by: António Meireles <antonio.meireles@reformi.st> Closes #6839. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
53170c3598
commit
24bf6167e1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Corectl < Formula
|
|||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
depends_on "libev" => :build
|
||||
depends_on "libev"
|
||||
depends_on "ocaml" => :build
|
||||
depends_on "aspcud" => :build
|
||||
depends_on "opam" => :build
|
||||
|
|
Loading…
Reference in a new issue