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:
parent
8a5dae5b07
commit
8e5062ee6a
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue