From 93f2a7a717f7025ad2f8895221b49a3837745732 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 19 Jul 2023 13:51:47 -0400 Subject: [PATCH] refer to non-duplicate ticket --- nix/python-overrides.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/python-overrides.nix b/nix/python-overrides.nix index 74a74b278..006c2682d 100644 --- a/nix/python-overrides.nix +++ b/nix/python-overrides.nix @@ -57,7 +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 + # Filed upstream at https://github.com/twisted/twisted/issues/11877 twisted = super.twisted.overrideAttrs (old: { patches = (old.patches or []) ++ [ ./twisted.patch ]; });