diff options
author | makefu <github@syntax-fehler.de> | 2022-09-24 00:45:38 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-09-24 00:45:38 +0200 |
commit | 0364490abc286d4728320cc9b7f49aedb17d9ead (patch) | |
tree | a8d441a4f3530b9cd684ada6873161c64a746e27 /makefu/5pkgs/custom/mediawiki-matrix-bot | |
parent | 531c75941cd6aebcce727269f07b88fde971a9ee (diff) |
ma pkgs.mediawiki-matrix-bot: remove obsolete input
Diffstat (limited to 'makefu/5pkgs/custom/mediawiki-matrix-bot')
-rw-r--r-- | makefu/5pkgs/custom/mediawiki-matrix-bot/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/5pkgs/custom/mediawiki-matrix-bot/default.nix b/makefu/5pkgs/custom/mediawiki-matrix-bot/default.nix index 3da539ee7..69a906869 100644 --- a/makefu/5pkgs/custom/mediawiki-matrix-bot/default.nix +++ b/makefu/5pkgs/custom/mediawiki-matrix-bot/default.nix @@ -1,4 +1,4 @@ -{ buildPythonApplication, fetchFromGitHub, feedparser, matrix-nio, docopt, aiohttp, aiofiles, types-aiofiles, +{ buildPythonApplication, fetchFromGitHub, feedparser, matrix-nio, docopt, aiohttp, aiofiles, mypy }: buildPythonApplication rec { |