mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
maubot: remove sqliteSupport
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user