python314: fix pythonAttr value (#446723)

This commit is contained in:
Martin Weinelt
2025-09-27 18:55:27 +00:00
committed by GitHub
+1 -1
View File
@@ -6063,7 +6063,7 @@ with pkgs;
};
python314FreeThreading = python314.override {
self = python314FreeThreading;
pythonAttr = "python313FreeThreading";
pythonAttr = "python314FreeThreading";
enableGIL = false;
};