teyjus: use OCaml 4.14

This commit is contained in:
Vincent Laporte
2024-01-22 08:36:01 +01:00
committed by Vincent Laporte
parent 71d6aaa13e
commit aa48b99b6c
+1 -1
View File
@@ -17310,7 +17310,7 @@ with pkgs;
};
teyjus = callPackage ../development/compilers/teyjus {
inherit (ocamlPackages) buildDunePackage;
inherit (ocaml-ng.ocamlPackages_4_14) buildDunePackage;
};
thrust = callPackage ../development/tools/thrust {