python312Full: init

This was apparently forgotten, when 3.12 was introduced.
This commit is contained in:
Martin Weinelt
2023-10-17 23:06:22 +02:00
parent 13c8e4299a
commit 7a9691f369
+6
View File
@@ -17912,6 +17912,12 @@ with pkgs;
bluezSupport = true;
x11Support = true;
};
python312Full = python312.override {
self = python312Full;
pythonAttr = "python312Full";
bluezSupport = true;
x11Support = true;
};
python313Full = python313.override {
self = python313Full;
pythonAttr = "python313Full";