coqPackages: recurse into the attribute set
But do not build the packages on hydra.
This commit is contained in:
parent
973781444a
commit
527bad18d0
@ -88,7 +88,9 @@ in rec {
|
||||
coqPackages_8_7 = mkCoqPackages coq_8_7;
|
||||
coqPackages_8_8 = mkCoqPackages coq_8_8;
|
||||
coqPackages_8_9 = mkCoqPackages coq_8_9;
|
||||
coqPackages = coqPackages_8_8;
|
||||
coqPackages = recurseIntoAttrs (lib.mapDerivationAttrset lib.dontDistribute
|
||||
coqPackages_8_8
|
||||
);
|
||||
coq = coqPackages.coq;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user