5 matrix-synapse-unwrapped,
9 buildPythonPackage rec {
10 pname = "matrix-synapse-shared-secret-auth";
13 src = fetchFromGitHub {
15 repo = "matrix-synapse-shared-secret-auth";
17 sha256 = "sha256-qzXKwTEOMtdvsxoU3Xh3vQyhK+Q18LfkeSts7EyDIXE=";
21 pythonImportsCheck = [ "shared_secret_authenticator" ];
23 buildInputs = [ matrix-synapse-unwrapped ];
24 propagatedBuildInputs = [ twisted ];
27 description = "Shared Secret Authenticator password provider module for Matrix Synapse";
28 homepage = "https://github.com/devture/matrix-synapse-shared-secret-auth";
29 license = licenses.agpl3Plus;
30 maintainers = with maintainers; [ sumnerevans ];