heisenbridge: relax irc constraint

(cherry picked from commit 1ca6d72747)
This commit is contained in:
Martin Weinelt 2022-01-22 17:02:27 +01:00 committed by Yureka
parent 6fcdb32754
commit 8430305038
No known key found for this signature in database
GPG Key ID: B95AE06334AFF6BA

View File

@ -12,6 +12,9 @@ python3.pkgs.buildPythonApplication rec {
postPatch = ''
echo "${version}" > heisenbridge/version.txt
substituteInPlace setup.cfg \
--replace "irc >=19.0.0, <20.0" "irc"
'';
propagatedBuildInputs = with python3.pkgs; [