From 5b3c59bf26ff8b9c38f3ca78451b42ad0014a585 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 7 Nov 2022 22:43:26 +0100 Subject: ... --- .../1.70.1/plugins/mjolnir-antispam.nix | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 overlays/matrix-synapse/1.70.1/plugins/mjolnir-antispam.nix (limited to 'overlays/matrix-synapse/1.70.1/plugins/mjolnir-antispam.nix') diff --git a/overlays/matrix-synapse/1.70.1/plugins/mjolnir-antispam.nix b/overlays/matrix-synapse/1.70.1/plugins/mjolnir-antispam.nix deleted file mode 100644 index 7372c2f7..00000000 --- a/overlays/matrix-synapse/1.70.1/plugins/mjolnir-antispam.nix +++ /dev/null @@ -1,32 +0,0 @@ -{ lib, buildPythonPackage, fetchFromGitHub, matrix-synapse }: - -buildPythonPackage rec { - pname = "matrix-synapse-mjolnir-antispam"; - version = "1.5.0"; - - src = fetchFromGitHub { - owner = "matrix-org"; - repo = "mjolnir"; - rev = "refs/tags/v${version}"; - sha256 = "sha256-YmP+r9W5e63Aw66lSQeTTbYwSF/vjPyHkoehJxtcRNw="; - }; - - sourceRoot = "./source/synapse_antispam"; - - propagatedBuildInputs = [ matrix-synapse ]; - - doCheck = false; # no tests - pythonImportsCheck = [ "mjolnir" ]; - - meta = with lib; { - description = "AntiSpam / Banlist plugin to be used with mjolnir"; - longDescription = '' - Primarily meant to block invites from undesired homeservers/users, - Mjolnir's Synapse module is a way to interpret ban lists and apply - them to your entire homeserver. - ''; - homepage = "https://github.com/matrix-org/mjolnir#synapse-module"; - license = licenses.asl20; - maintainers = with maintainers; [ jojosch ]; - }; -} -- cgit v1.2.3