Remove passthru

This commit is contained in:
Inex Code 2022-08-12 21:54:05 +04:00
parent 8b7e91dcfd
commit 0301d04de6

View file

@ -53,9 +53,6 @@ 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