test-upstream-strawberry
inexcode 2022-08-12 17:49:40 +04:00
parent 117a99ff4d
commit 654d17f7d6
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ let
'';
};
passthru = {
pythonPath = python.pkgs.makePythonPath propagatedBuildInputs;
pythonPath = pythonPkgs.makePythonPath propagatedBuildInputs;
};
};
drv = pythonPkgs.callPackage selfprivacy-graphql-api { };