python3Packages.maubot: wrap python instead of python3

Wroclaw 574aab9e b97153fb

+6 -2
+6 -2
pkgs/tools/networking/maubot/default.nix
··· 4 fetchpatch, 5 callPackage, 6 runCommand, 7 - python3, 8 encryptionSupport ? true, 9 sqliteSupport ? true, 10 }: 11 12 let 13 - python = python3.override { 14 self = python; 15 packageOverrides = final: prev: { 16 # SQLAlchemy>=1,<1.4
··· 4 fetchpatch, 5 callPackage, 6 runCommand, 7 + python, 8 encryptionSupport ? true, 9 sqliteSupport ? true, 10 }: 11 12 let 13 + # save for overriding it 14 + python' = python; 15 + in 16 + let 17 + python = python'.override { 18 self = python; 19 packageOverrides = final: prev: { 20 # SQLAlchemy>=1,<1.4