python311Full: init
This commit is contained in:
parent
5eb7ef5549
commit
50544dcce4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user