python314: fix pythonAttr value (#446723)
This commit is contained in:
@@ -6063,7 +6063,7 @@ with pkgs;
|
||||
};
|
||||
python314FreeThreading = python314.override {
|
||||
self = python314FreeThreading;
|
||||
pythonAttr = "python313FreeThreading";
|
||||
pythonAttr = "python314FreeThreading";
|
||||
enableGIL = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user