Unverified Commit 3cb2150c authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python314: fix pythonAttr value

parent 56fce361
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6063,7 +6063,7 @@ with pkgs;
  };
  python314FreeThreading = python314.override {
    self = python314FreeThreading;
    pythonAttr = "python313FreeThreading";
    pythonAttr = "python314FreeThreading";
    enableGIL = false;
  };