link to the ticket

This commit is contained in:
Jean-Paul Calderone 2023-07-07 10:37:05 -04:00
parent 94e608f136
commit ddf4777153

View File

@ -57,6 +57,7 @@ in {
# With our customized package set a Twisted unit test fails. Patch the
# Twisted test suite to skip that test.
# Filed upstream at https://github.com/twisted/twisted/issues/11892
twisted = super.twisted.overrideAttrs (old: {
patches = (old.patches or []) ++ [ ./twisted.patch ];
});