From 9641b255636de137d016de60d3cdcb40e95f9607 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 31 Dec 2021 16:53:27 -0500
Subject: [PATCH] Remove the duplicate klein fix, obsolete because of switch to
 wheel

---
 default.nix | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/default.nix b/default.nix
index fe328d8..5f8c0d7 100644
--- a/default.nix
+++ b/default.nix
@@ -77,9 +77,6 @@ in
         ];
         # Record some settings here, so downstream nix files can consume them.
         meta.mach-nix = { inherit python providers; };
-
-        # Annoyingly duplicate the Klein fix from the Tahoe-LAFS expression.
-        _.klein.patches = [];
       };
 
       privatestorage = let
-- 
GitLab