python3Packages.mautrix: fix build (#493919)

This commit is contained in:
Yureka
2026-02-25 14:39:56 +00:00
committed by GitHub
@@ -8,6 +8,7 @@
attrs,
yarl,
# optional deps
base58,
python-magic,
python-olm,
unpaddedbase64,
@@ -46,6 +47,7 @@ buildPythonPackage rec {
optional-dependencies = {
detect_mimetype = [ python-magic ];
encryption = [
base58
python-olm
unpaddedbase64
pycryptodome