coq: move out of ocamlPackages
This commit is contained in:
parent
7c53518663
commit
5f49eeb935
@ -16470,13 +16470,27 @@ in
|
|||||||
|
|
||||||
aspino = callPackage ../applications/science/logic/aspino {};
|
aspino = callPackage ../applications/science/logic/aspino {};
|
||||||
|
|
||||||
inherit (ocaml-ng.ocamlPackages_4_01_0) coq;
|
coq = callPackage ../applications/science/logic/coq {
|
||||||
|
inherit (ocamlPackages_4_01_0) ocaml findlib lablgtk;
|
||||||
|
camlp5 = ocamlPackages_4_01_0.camlp5_transitional;
|
||||||
|
};
|
||||||
|
|
||||||
inherit (ocamlPackages) coq_HEAD;
|
coq_HEAD = callPackage ../applications/science/logic/coq/HEAD.nix {
|
||||||
|
inherit (ocamlPackages) ocaml findlib lablgtk;
|
||||||
|
camlp5 = ocamlPackages.camlp5_transitional;
|
||||||
|
};
|
||||||
|
|
||||||
inherit (ocamlPackages) coq_8_5;
|
coq_8_5 = callPackage ../applications/science/logic/coq/8.5.nix {
|
||||||
|
inherit (ocamlPackages) ocaml findlib lablgtk;
|
||||||
|
camlp5 = ocamlPackages.camlp5_transitional;
|
||||||
|
};
|
||||||
|
|
||||||
inherit (ocaml-ng.ocamlPackages_3_12_1) coq_8_3;
|
coq_8_3 = callPackage ../applications/science/logic/coq/8.3.nix {
|
||||||
|
make = pkgs.gnumake3;
|
||||||
|
inherit (ocamlPackages_3_12_1) ocaml findlib;
|
||||||
|
camlp5 = ocamlPackages_3_12_1.camlp5_transitional;
|
||||||
|
lablgtk = ocamlPackages_3_12_1.lablgtk_2_14;
|
||||||
|
};
|
||||||
|
|
||||||
mkCoqPackages_8_4 = self: let callPackage = newScope self; in {
|
mkCoqPackages_8_4 = self: let callPackage = newScope self; in {
|
||||||
|
|
||||||
|
@ -612,7 +612,7 @@ let
|
|||||||
then { tools = pkgs.pkgsi686Linux.stdenv.cc; }
|
then { tools = pkgs.pkgsi686Linux.stdenv.cc; }
|
||||||
else {}
|
else {}
|
||||||
) // {
|
) // {
|
||||||
coq = coq_8_5;
|
coq = pkgs.coq_8_5;
|
||||||
});
|
});
|
||||||
|
|
||||||
haxe = callPackage ../development/compilers/haxe { };
|
haxe = callPackage ../development/compilers/haxe { };
|
||||||
@ -654,24 +654,6 @@ let
|
|||||||
enableX11 = config.unison.enableX11 or true;
|
enableX11 = config.unison.enableX11 or true;
|
||||||
};
|
};
|
||||||
|
|
||||||
coq = callPackage ../applications/science/logic/coq {
|
|
||||||
camlp5 = camlp5_transitional;
|
|
||||||
};
|
|
||||||
|
|
||||||
coq_HEAD = callPackage ../applications/science/logic/coq/HEAD.nix {
|
|
||||||
camlp5 = camlp5_transitional;
|
|
||||||
};
|
|
||||||
|
|
||||||
coq_8_5 = callPackage ../applications/science/logic/coq/8.5.nix {
|
|
||||||
camlp5 = camlp5_transitional;
|
|
||||||
};
|
|
||||||
|
|
||||||
coq_8_3 = callPackage ../applications/science/logic/coq/8.3.nix {
|
|
||||||
make = pkgs.gnumake3;
|
|
||||||
camlp5 = camlp5_transitional;
|
|
||||||
lablgtk = lablgtk_2_14;
|
|
||||||
};
|
|
||||||
|
|
||||||
hol_light = callPackage ../applications/science/logic/hol_light {
|
hol_light = callPackage ../applications/science/logic/hol_light {
|
||||||
camlp5 = camlp5_strict;
|
camlp5 = camlp5_strict;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user