3 , buildPythonApplication
18 buildPythonApplication rec {
19 pname = "matrix-commander";
22 src = fetchFromGitHub {
24 repo = "matrix-commander";
26 hash = "sha256-BiQShJHCTvEdkhp21uxxCTxBZ1eezuWE6btMc/wkPlc=";
32 # Dependencies already bundled with Python
38 setup.cfg requirements.txt
41 propagatedBuildInputs = [
44 (matrix-nio.override { withOlm = true; })
57 description = "Simple but convenient CLI-based Matrix client app for sending and receiving";
58 mainProgram = "matrix-commander";
59 homepage = "https://github.com/8go/matrix-commander";
60 license = licenses.gpl3Plus;
61 platforms = platforms.unix;
62 maintainers = [ maintainers.seb314 ];