python3{13,14}FreeThreading: pass interpreter as self

Otherwise the package set will be the same as that of the overriden
interpreter.
This commit is contained in:
Martin Weinelt
2025-05-28 19:05:51 +02:00
parent e1e2f77161
commit f83e7a305f
+2
View File
@@ -6628,10 +6628,12 @@ with pkgs;
# https://py-free-threading.github.io
python313FreeThreading = python313.override {
self = python313FreeThreading;
pythonAttr = "python313FreeThreading";
enableGIL = false;
};
python314FreeThreading = python314.override {
self = python314FreeThreading;
pythonAttr = "python313FreeThreading";
enableGIL = false;
};