From fb93400f4ffd4e8b86f4740de313c7ce783fc26f Mon Sep 17 00:00:00 2001
From: Tom Prince <tom.prince@private.storage>
Date: Thu, 30 Sep 2021 15:24:07 -0600
Subject: [PATCH] rsa-exponent

---
 new.nix | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/new.nix b/new.nix
index b053d21..6e77490 100644
--- a/new.nix
+++ b/new.nix
@@ -55,6 +55,14 @@ in
         urllib3 = "wheel";
         # FIMXE
       };
+      _.tahoe-lafs.patches = [
+        (
+          pkgs.fetchpatch {
+            url = "https://raw.githubusercontent.com/PrivateStorageio/nixpkgs/privatestorageio/pkgs/development/python-modules/tahoe-lafs/rsa-exponent.patch";
+            sha256 = "sha256-0vIMj5gZPbKLkow6wpA+Tz7bpyy+mZRSSFGmpg0VMyk=";
+          }
+        )
+      ];
       format = "setuptools";
       overridesPre = [ (self: super: { inherit python-challenge-bypass-ristretto; }) ];
       requirements = builtins.readFile ./requirements/base.txt;
-- 
GitLab