mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
coq, coqPackages: Roll default back to 8.4, until ssreflect is building
This commit is contained in:
parent
9a167a35ff
commit
3876b4dd94
1 changed files with 2 additions and 2 deletions
|
@ -16738,7 +16738,7 @@ in
|
|||
inherit (ocamlPackages) ocaml findlib lablgtk;
|
||||
camlp5 = ocamlPackages.camlp5_transitional;
|
||||
};
|
||||
coq = coq_8_6;
|
||||
coq = coq_8_4;
|
||||
|
||||
mkCoqPackages_8_4 = self: let callPackage = newScope self; in {
|
||||
inherit callPackage;
|
||||
|
@ -16805,7 +16805,7 @@ in
|
|||
coqPackages_8_4 = mkCoqPackages_8_4 coqPackages_8_4;
|
||||
coqPackages_8_5 = mkCoqPackages_8_5 coqPackages_8_5;
|
||||
coqPackages_8_6 = mkCoqPackages_8_6 coqPackages_8_6;
|
||||
coqPackages = coqPackages_8_6;
|
||||
coqPackages = coqPackages_8_4;
|
||||
|
||||
cryptoverif = callPackage ../applications/science/logic/cryptoverif { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue