Merge pull request #213913 from wegank/python3-typo

python311Full: use python311
This commit is contained in:
Weijia Wang 2023-02-01 08:42:36 +01:00 committed by GitHub
commit 4ee247bc92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16536,7 +16536,7 @@ with pkgs;
bluezSupport = true;
x11Support = true;
};
python311Full = python310.override {
python311Full = python311.override {
self = python311Full;
pythonAttr = "python311Full";
bluezSupport = true;