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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user