mautrix-signal: fix failing build

This commit is contained in:
Anthony Roussel 2022-08-28 13:52:13 +02:00
parent 88664ff849
commit 0808d1107f

View file

@ -31,6 +31,12 @@ python3.pkgs.buildPythonPackage rec {
doCheck = false;
postPatch = ''
substituteInPlace requirements.txt \
--replace "asyncpg>=0.20,<0.26" "asyncpg>=0.20" \
--replace "mautrix>=0.16.0,<0.17" "mautrix>=0.16.0"
'';
postInstall = ''
mkdir -p $out/bin