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

export some package metadata so a test derivation can respect it

(with Tom)
parent 3f007595
No related branches found
No related tags found
1 merge request!239Switch to using mach-nix for python packaging.
......@@ -3,10 +3,11 @@ let
in
{ pkgs ? import sources.release2015 {}
, pypiData ? sources.pypi-deps-db
, mach-nix ? import sources.mach-nix { inherit pkgs pypiData; python = "python27"; }
, mach-nix ? import sources.mach-nix { inherit pkgs pypiData; }
,
}:
mach-nix.buildPythonApplication rec {
python = "python27";
name = "zero-knowledge-access-pass-authorizer";
src = ./.;
providers = {
......@@ -36,5 +37,5 @@ in
format = "setuptools";
requirements = builtins.readFile ./requirements/base.txt;
# Record some settings here, so downstream nix files can consume them.
#meta.mach-nix = { inherit python providers; };
meta.mach-nix = { 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