matrix-synapse.plugins.matrix-synapse-s3-storage-provider: add missing dependency (#256485)

this is required for the s3_media_upload script to work

authored by Yureka and committed by GitHub 8bd11cde 79e43fbf

+2
+2
pkgs/servers/matrix-synapse/plugins/s3-storage-provider.nix
··· 7 , pythonOlder 8 , tqdm 9 , twisted 10 }: 11 12 buildPythonPackage rec { ··· 37 humanize 38 tqdm 39 twisted 40 ] 41 # For the s3_media_upload script 42 ++ matrix-synapse-unwrapped.propagatedBuildInputs;
··· 7 , pythonOlder 8 , tqdm 9 , twisted 10 + , psycopg2 11 }: 12 13 buildPythonPackage rec { ··· 38 humanize 39 tqdm 40 twisted 41 + psycopg2 42 ] 43 # For the s3_media_upload script 44 ++ matrix-synapse-unwrapped.propagatedBuildInputs;