seahub: build python path from overridden python

Co-authored-by: Robert Schütz <github@dotlambda.de>
This commit is contained in:
greizgh
2022-07-30 18:29:35 +02:00
committed by Greizgh
co-authored by Robert Schütz
parent c2d6628ae9
commit 070ce98dda
@@ -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;
};