mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
coqPackages.compcert: use OCaml 4.14
This commit is contained in:
parent
8e5062ee6a
commit
7ff0562792
|
@ -33,6 +33,7 @@ let
|
|||
);
|
||||
compcert = callPackage ../development/coq-modules/compcert {
|
||||
inherit fetchpatch makeWrapper coq2html lib stdenv;
|
||||
ocamlPackages = ocamlPackages_4_14;
|
||||
};
|
||||
coq-bits = callPackage ../development/coq-modules/coq-bits {};
|
||||
coq-elpi = callPackage ../development/coq-modules/coq-elpi {};
|
||||
|
|
Loading…
Reference in a new issue