python311Full: init

This commit is contained in:
Martin Weinelt 2023-01-03 04:52:38 +01:00
parent 5eb7ef5549
commit 50544dcce4

View file

@ -16303,6 +16303,12 @@ with pkgs;
bluezSupport = true;
x11Support = true;
};
python311Full = python310.override {
self = python311Full;
pythonAttr = "python311Full";
bluezSupport = true;
x11Support = true;
};
pythonInterpreters = callPackage ./../development/interpreters/python { };
inherit (pythonInterpreters) python27 python37 python38 python39 python310 python311 python312 python3Minimal pypy27 pypy39 pypy38 pypy37 rustpython;