mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-26 14:01:31 +00:00
fix di
This commit is contained in:
parent
117a99ff4d
commit
654d17f7d6
|
@ -54,7 +54,7 @@ let
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
passthru = {
|
passthru = {
|
||||||
pythonPath = python.pkgs.makePythonPath propagatedBuildInputs;
|
pythonPath = pythonPkgs.makePythonPath propagatedBuildInputs;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
drv = pythonPkgs.callPackage selfprivacy-graphql-api { };
|
drv = pythonPkgs.callPackage selfprivacy-graphql-api { };
|
||||||
|
|
Loading…
Reference in a new issue