1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

comby: use OCaml 4.14

This commit is contained in:
Vincent Laporte 2024-01-10 06:35:28 +01:00 committed by Vincent Laporte
parent 8a5dae5b07
commit 8e5062ee6a

View file

@ -15688,7 +15688,9 @@ with pkgs;
coffeescript = callPackage ../development/compilers/coffeescript { };
comby = callPackage ../development/tools/comby { };
comby = callPackage ../development/tools/comby {
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
};
inherit (coqPackages_8_17) compcert;