mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-22 20:21:27 +00:00
Remove passthru
This commit is contained in:
parent
8b7e91dcfd
commit
0301d04de6
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue