python3Packages.maubot: wrap python instead of python3

This commit is contained in:
Wroclaw
2025-04-03 16:44:24 +02:00
parent b97153fb89
commit 574aab9e63
+6 -2
View File
@@ -4,13 +4,17 @@
fetchpatch,
callPackage,
runCommand,
python3,
python,
encryptionSupport ? true,
sqliteSupport ? true,
}:
let
python = python3.override {
# save for overriding it
python' = python;
in
let
python = python'.override {
self = python;
packageOverrides = final: prev: {
# SQLAlchemy>=1,<1.4