ledit: use OCaml 4.12

This commit is contained in:
Vincent Laporte
2022-03-04 16:09:07 +01:00
committed by Vincent Laporte
parent 03fc4992af
commit d579cf4e21
+1 -1
View File
@@ -7462,7 +7462,7 @@ with pkgs;
leatherman = callPackage ../development/libraries/leatherman { };
ledit = callPackage ../tools/misc/ledit {
inherit (ocamlPackages) camlp5;
inherit (ocaml-ng.ocamlPackages_4_12) ocaml camlp5;
};
ledmon = callPackage ../tools/system/ledmon { };