python314: fix pythonAttr value

This commit is contained in:
Martin Weinelt
2025-09-27 20:20:26 +02:00
parent 56fce36140
commit 3cb2150c84
+1 -1
View File
@@ -6063,7 +6063,7 @@ with pkgs;
};
python314FreeThreading = python314.override {
self = python314FreeThreading;
pythonAttr = "python313FreeThreading";
pythonAttr = "python314FreeThreading";
enableGIL = false;
};