add passthru

This commit is contained in:
Inex Code 2022-08-13 03:52:08 +04:00
parent 5fb0a1e0e6
commit 49242b5a83

View file

@ -53,6 +53,9 @@ let
SelfPrivacy Server Management API
'';
};
passthru = {
pythonPath = pythonPkgs.makePythonPath propagatedBuildInputs;
};
};
drv = pythonPkgs.callPackage selfprivacy-graphql-api { };
in