Skip to content
Snippets Groups Projects
Commit bd2938cb authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

use the klein wheel to avoid having to fix the patches from the nixpkgs definition

parent 23d9cff1
No related branches found
No related tags found
1 merge request!275Depend on/Compatibility with Tahoe-LAFS 1.17.0
......@@ -30,6 +30,10 @@ in
traceback2 = "wheel";
# - Incorrectly merged extras - https://github.com/DavHau/mach-nix/pull/334
tqdm = "wheel";
# The version of Klein we get doesn't need / can't have the patch that
# comes from the nixpkgs derivation mach-nix picks up from 21.05.
klein = "wheel";
};
in
rec {
......@@ -53,10 +57,6 @@ in
EOF
'';
src = tahoe-lafs-repo;
# The version of Klein we get doesn't need / can't have the patch that
# comes from the nixpkgs derivation mach-nix picks up from 21.05.
_.klein.patches = [];
};
zkapauthorizer = mach-nix.buildPythonApplication rec {
inherit python providers;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment