mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Add ocaml-crunch to build deps (#441)
This commit is contained in:
commit
87a41f172e
@ -13,6 +13,7 @@
|
||||
, js_of_ocaml-ppx
|
||||
, menhir
|
||||
, menhirLib
|
||||
, ocaml-crunch
|
||||
, ocamlgraph
|
||||
, pkgs
|
||||
, ppx_deriving
|
||||
@ -37,7 +38,7 @@ buildDunePackage {
|
||||
|
||||
duneVersion = "3";
|
||||
|
||||
nativeBuildInputs = [ cppo menhir ];
|
||||
nativeBuildInputs = [ cppo menhir ocaml-crunch ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
alcotest
|
||||
@ -49,6 +50,7 @@ buildDunePackage {
|
||||
js_of_ocaml
|
||||
js_of_ocaml-ppx
|
||||
menhirLib
|
||||
ocaml-crunch
|
||||
ocamlgraph
|
||||
pkgs.z3
|
||||
ppx_deriving
|
||||
|
Loading…
Reference in New Issue
Block a user