add passthru

test-upstream-strawberry
inexcode 2022-08-13 03:52:08 +04:00
parent 5fb0a1e0e6
commit 49242b5a83
1 changed files with 3 additions and 0 deletions

View File

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