about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 19:26:37 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 23:59:32 +0100
commitc8db34961856c98413180769337d8f53e99e91d4 (patch)
tree42bd460c62d7a3950cbfc02d322e5968eaf47552
parentb484ba840b420730a248ea4d2bc03b908ad0e9fa (diff)
opsdroid: Require matrix-nio[e2e]
-rw-r--r--pkgs/applications/networking/opsdroid/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/opsdroid/default.nix b/pkgs/applications/networking/opsdroid/default.nix
index 3ba4f6ac57f39..4398c771e535e 100644
--- a/pkgs/applications/networking/opsdroid/default.nix
+++ b/pkgs/applications/networking/opsdroid/default.nix
@@ -22,7 +22,7 @@ python3Packages.buildPythonPackage rec {
     aiohttp matrix-api-async aioredis aiosqlite arrow pyyaml motor regex
     mattermostdriver setuptools voluptuous ibm-watson tailer multidict
     watchgod get-video-properties appdirs bitstring matrix-nio
-  ];
+  ] ++ matrix-nio.optional-dependencies.e2e;
 
   passthru.python = python3Packages.python;