Merge pull request #188618 from anthonyroussel/mautrix-signal

mautrix-signal: fix failing build
This commit is contained in:
Stanisław Pitucha
2022-08-29 21:41:29 +10:00
committed by GitHub
+6
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