coq_8_6: Use ocamlPackages, rather than a specific version

This commit is contained in:
John Wiegley
2016-12-22 14:10:42 -08:00
parent 94fbbb2ed6
commit 9a167a35ff
+2 -2
View File
@@ -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;