Unverified Commit ca82741b authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #201253 from azahi/mautrix-telegram

parents ea193702 9f52572d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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