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/shared-secret-auth.nix | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 overlays/matrix-synapse/1.70.1/plugins/shared-secret-auth.nix (limited to 'overlays/matrix-synapse/1.70.1/plugins/shared-secret-auth.nix') diff --git a/overlays/matrix-synapse/1.70.1/plugins/shared-secret-auth.nix b/overlays/matrix-synapse/1.70.1/plugins/shared-secret-auth.nix deleted file mode 100644 index a6e22db3..00000000 --- a/overlays/matrix-synapse/1.70.1/plugins/shared-secret-auth.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ lib, buildPythonPackage, fetchFromGitHub, matrix-synapse, twisted }: - -buildPythonPackage rec { - pname = "matrix-synapse-shared-secret-auth"; - version = "2.0.2"; - - src = fetchFromGitHub { - owner = "devture"; - repo = "matrix-synapse-shared-secret-auth"; - rev = version; - sha256 = "sha256-qzXKwTEOMtdvsxoU3Xh3vQyhK+Q18LfkeSts7EyDIXE="; - }; - - doCheck = false; - pythonImportsCheck = [ "shared_secret_authenticator" ]; - - buildInputs = [ matrix-synapse ]; - propagatedBuildInputs = [ twisted ]; - - meta = with lib; { - description = "Shared Secret Authenticator password provider module for Matrix Synapse"; - homepage = "https://github.com/devture/matrix-synapse-shared-secret-auth"; - license = licenses.agpl3Plus; - maintainers = with maintainers; [ sumnerevans ]; - }; -} -- cgit v1.2.3