coq_8_6: Use ocamlPackages, rather than a specific version
This commit is contained in:
parent
94fbbb2ed6
commit
9a167a35ff
@ -16731,8 +16731,8 @@ in
|
||||
camlp5 = ocamlPackages.camlp5_transitional;
|
||||
};
|
||||
coq_8_6 = callPackage ../applications/science/logic/coq/8.6.nix {
|
||||
inherit (ocamlPackages_4_03) ocaml findlib lablgtk;
|
||||
camlp5 = ocamlPackages_4_03.camlp5_transitional;
|
||||
inherit (ocamlPackages) ocaml findlib lablgtk;
|
||||
camlp5 = ocamlPackages.camlp5_transitional;
|
||||
};
|
||||
coq_HEAD = callPackage ../applications/science/logic/coq/HEAD.nix {
|
||||
inherit (ocamlPackages) ocaml findlib lablgtk;
|
||||
|
Loading…
Reference in New Issue
Block a user