Loading pkgs/servers/matrix-synapse/plugins/s3-storage-provider.nix +3 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ , buildPythonPackage , fetchFromGitHub , humanize , matrix-synapse , matrix-synapse-unwrapped , pythonOlder , tqdm , twisted Loading @@ -29,7 +29,7 @@ buildPythonPackage rec { ''; buildInputs = [ matrix-synapse matrix-synapse-unwrapped ]; propagatedBuildInputs = [ Loading @@ -39,7 +39,7 @@ buildPythonPackage rec { twisted ] # For the s3_media_upload script ++ matrix-synapse.propagatedBuildInputs; ++ matrix-synapse-unwrapped.propagatedBuildInputs; # Tests need network access doCheck = false; Loading Loading
pkgs/servers/matrix-synapse/plugins/s3-storage-provider.nix +3 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ , buildPythonPackage , fetchFromGitHub , humanize , matrix-synapse , matrix-synapse-unwrapped , pythonOlder , tqdm , twisted Loading @@ -29,7 +29,7 @@ buildPythonPackage rec { ''; buildInputs = [ matrix-synapse matrix-synapse-unwrapped ]; propagatedBuildInputs = [ Loading @@ -39,7 +39,7 @@ buildPythonPackage rec { twisted ] # For the s3_media_upload script ++ matrix-synapse.propagatedBuildInputs; ++ matrix-synapse-unwrapped.propagatedBuildInputs; # Tests need network access doCheck = false; Loading