mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
coq_8_6: Use ocamlPackages_4_03 rather than 4_01
This commit is contained in:
parent
4888bfecc2
commit
f06284b0dc
|
@ -16733,8 +16733,8 @@ in
|
|||
camlp5 = ocamlPackages.camlp5_transitional;
|
||||
};
|
||||
coq_8_6 = callPackage ../applications/science/logic/coq/8.6.nix {
|
||||
inherit (ocamlPackages) ocaml findlib lablgtk;
|
||||
camlp5 = ocamlPackages.camlp5_transitional;
|
||||
inherit (ocamlPackages_4_03) ocaml findlib lablgtk;
|
||||
camlp5 = ocamlPackages_4_03.camlp5_transitional;
|
||||
};
|
||||
coq_HEAD = callPackage ../applications/science/logic/coq/HEAD.nix {
|
||||
inherit (ocamlPackages) ocaml findlib lablgtk;
|
||||
|
|
Loading…
Reference in a new issue