7 python3Packages.buildPythonPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-7H44wdhJD4Z6OP1sUmSGlepuvx+LlwKLq7iR8cwqR24=";
19 build-system = with python3Packages; [ setuptools ];
21 dependencies = with python3Packages; [
31 # botbuilder-core, connector for teams
34 # dialogflow, connector for Dialogflow
39 (matrix-nio.override { withOlm = true; })
45 opsdroid-get-image-size
61 passthru.python = python3Packages.python;
63 # Tests are not included in releases
67 description = "Open source chat-ops bot framework";
68 homepage = "https://opsdroid.dev";
69 changelog = "https://github.com/opsdroid/opsdroid/releases/tag/v${version}";
70 license = licenses.asl20;
71 maintainers = with maintainers; [
75 platforms = platforms.unix;
76 mainProgram = "opsdroid";