diff --git a/new.nix b/new.nix index b053d219ef7223624cbad8d45b91cb2910f9b3fa..6e77490a9d800faf2c0857aed35786049e9d78ab 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;