mautrix-telegram: fix build

ZHF: #199919
This commit is contained in:
Azat Bahawi 2022-11-15 01:17:31 +03:00
parent 8872cf637e
commit 9f52572d09
No known key found for this signature in database
GPG key ID: C8C6BDDB3847F72B

View file

@ -33,6 +33,11 @@ in python.pkgs.buildPythonPackage rec {
patches = [ ./0001-Re-add-entrypoint.patch ];
postPatch = ''
substituteInPlace requirements.txt \
--replace "asyncpg>=0.20,<0.27" "asyncpg>=0.20"
'';
propagatedBuildInputs = with python.pkgs; ([
ruamel-yaml
python-magic