python312Packages: stop recursing into attrset
This commit is contained in:
committed by
Robert Schütz
parent
e7ef16fd83
commit
b6578352eb
@@ -5808,7 +5808,7 @@ with pkgs;
|
||||
python27Packages = python27.pkgs;
|
||||
python310Packages = python310.pkgs;
|
||||
python311Packages = python311.pkgs;
|
||||
python312Packages = recurseIntoAttrs python312.pkgs;
|
||||
python312Packages = python312.pkgs;
|
||||
python313Packages = recurseIntoAttrs python313.pkgs;
|
||||
python314Packages = python314.pkgs;
|
||||
python315Packages = python315.pkgs;
|
||||
|
||||
Reference in New Issue
Block a user