Skip to content
Snippets Groups Projects
Commit fb93400f authored by Tom Prince's avatar Tom Prince
Browse files

rsa-exponent

parent da4aef1b
No related branches found
No related tags found
1 merge request!239Switch to using mach-nix for python packaging.
...@@ -55,6 +55,14 @@ in ...@@ -55,6 +55,14 @@ in
urllib3 = "wheel"; urllib3 = "wheel";
# FIMXE # 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"; format = "setuptools";
overridesPre = [ (self: super: { inherit python-challenge-bypass-ristretto; }) ]; overridesPre = [ (self: super: { inherit python-challenge-bypass-ristretto; }) ];
requirements = builtins.readFile ./requirements/base.txt; requirements = builtins.readFile ./requirements/base.txt;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment