mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
coqPackages: restor recurseIntoAttrs
Fixes: 0213840
("pythonPackages: move __attrsFailEvaluation to allo...")
This commit is contained in:
parent
369f63c0f4
commit
852453aae1
1 changed files with 1 additions and 1 deletions
|
@ -219,6 +219,6 @@ in rec {
|
|||
coqPackages_8_19 = mkCoqPackages coq_8_19;
|
||||
coqPackages_8_20 = mkCoqPackages coq_8_20;
|
||||
|
||||
coqPackages = coqPackages_8_19;
|
||||
coqPackages = recurseIntoAttrs coqPackages_8_19;
|
||||
coq = coqPackages.coq;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue