maubot: remove sqliteSupport

This commit is contained in:
Robert Schütz
2026-07-12 14:13:36 -07:00
parent 90d18d00f7
commit 229de01b92

View File

@@ -6,7 +6,6 @@
runCommand,
python3,
encryptionSupport ? true,
sqliteSupport ? true,
}:
let
@@ -58,9 +57,6 @@ let
python-olm
pycryptodome
unpaddedbase64
]
++ lib.optionals sqliteSupport [
sqlalchemy_1_3
];
# used for plugin tests