mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-23 04:31:26 +00:00
add passthru
This commit is contained in:
parent
5fb0a1e0e6
commit
49242b5a83
|
@ -53,6 +53,9 @@ let
|
||||||
SelfPrivacy Server Management API
|
SelfPrivacy Server Management API
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
passthru = {
|
||||||
|
pythonPath = pythonPkgs.makePythonPath propagatedBuildInputs;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
drv = pythonPkgs.callPackage selfprivacy-graphql-api { };
|
drv = pythonPkgs.callPackage selfprivacy-graphql-api { };
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue