Unverified Commit 8d2fe9e9 authored by Yureka's avatar Yureka Committed by GitHub
Browse files

python3Packages.mautrix: fix build (#493919)

parents 43df6e6f f6c9cba6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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