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

Expose ZKAPAuthorizer in python27Packages

parent 4ed8cc80
No related branches found
No related tags found
1 merge request!34Expose ZKAPAuthorizer in python27Packages
......@@ -22,6 +22,9 @@ self: super: {
# we depend on the privacypass python library, a set of bindings to the
# challenge-bypass-ristretto Rust library
privacypass = python-super.callPackage ./privacypass.nix { };
# And add ourselves to the collection too.
zkapauthorizer = python-super.callPackage ./zkapauthorizer.nix { };
};
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment