From 1b76f05512532a73edaa6b2a5d19ab32d2d43f17 Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Sun, 3 Jul 2022 12:00:00 +0000 Subject: [PATCH] ocamlPackages.ppx_css: fix eval sedlex is already 2.5 --- pkgs/development/ocaml-modules/janestreet/0.15.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/janestreet/0.15.nix b/pkgs/development/ocaml-modules/janestreet/0.15.nix index 3f3ee5ae88f4..8510b3a8c291 100644 --- a/pkgs/development/ocaml-modules/janestreet/0.15.nix +++ b/pkgs/development/ocaml-modules/janestreet/0.15.nix @@ -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 {