matrix-commander: Require matrix-nio[e2e]

This commit is contained in:
Martin Weinelt 2023-03-03 19:25:19 +01:00
parent b1eec1c61d
commit 7ad530f5a2

View File

@ -51,7 +51,7 @@ buildPythonApplication rec {
dbus-python
pyxdg
python-olm
];
] ++ matrix-nio.optional-dependencies.e2e;
meta = with lib; {
description = "Simple but convenient CLI-based Matrix client app for sending and receiving";