seahub: build python path from overridden python
Co-authored-by: Robert Schütz <github@dotlambda.de>
This commit is contained in:
@@ -70,7 +70,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
|
||||
passthru = {
|
||||
inherit python;
|
||||
pythonPath = python3.pkgs.makePythonPath propagatedBuildInputs;
|
||||
pythonPath = python.pkgs.makePythonPath propagatedBuildInputs;
|
||||
tests = {
|
||||
inherit (nixosTests) seafile;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user