about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2022-07-03 12:00:00 +0000
committerAaron L. Zeng <me@bcc32.com>2022-07-07 00:32:21 -0400
commit1b76f05512532a73edaa6b2a5d19ab32d2d43f17 (patch)
treed4fb77f49ba3a34ece55e240ec86438d7cff870c /pkgs/development/ocaml-modules
parentf9d0937e014aaf7249102b8d9370501045b00a8a (diff)
ocamlPackages.ppx_css: fix eval
sedlex is already 2.5
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/0.15.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/0.15.nix b/pkgs/development/ocaml-modules/janestreet/0.15.nix
index 3f3ee5ae88f46..8510b3a8c291c 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 {