1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

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
commit e047cab159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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