ocamlPackages.ppx_css: fix eval

sedlex is already 2.5
This commit is contained in:
Guillaume Girol
2022-07-07 00:32:21 -04:00
committed by Aaron L. Zeng
parent f9d0937e01
commit 1b76f05512
@@ -535,7 +535,7 @@ with self;
pname = "ppx_css";
hash = "09dpmj3f3m3z1ji9hq775iqr3cfmv5gh7q9zlblizj4wx4y0ibyi";
meta.description = "A ppx that takes in css strings and produces a module for accessing the unique names defined within";
propagatedBuildInputs = [ core_kernel ppxlib js_of_ocaml js_of_ocaml-ppx sedlex_2 ];
propagatedBuildInputs = [ core_kernel ppxlib js_of_ocaml js_of_ocaml-ppx sedlex ];
};
ppx_disable_unused_warnings = janePackage {