mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
coq: default to version 8.11
This commit is contained in:
parent
36cff634d1
commit
c8137fc229
@ -130,7 +130,7 @@ in rec {
|
||||
coqPackages_8_11 = mkCoqPackages coq_8_11;
|
||||
coqPackages_8_12 = mkCoqPackages coq_8_12;
|
||||
coqPackages = recurseIntoAttrs (lib.mapDerivationAttrset lib.dontDistribute
|
||||
coqPackages_8_9
|
||||
coqPackages_8_11
|
||||
);
|
||||
coq = coqPackages.coq;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user