Merge pull request #201253 from azahi/mautrix-telegram
This commit is contained in:
commit
ca82741b39
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue