ledit: use OCaml 4.12

This commit is contained in:
Vincent Laporte 2021-12-02 13:47:24 +01:00 committed by Vincent Laporte
parent 03fc4992af
commit d579cf4e21

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 { };