seahub: build python path from overridden python

Co-authored-by: Robert Schütz <github@dotlambda.de>
This commit is contained in:
greizgh 2022-06-24 17:17:31 +02:00 committed by Greizgh
parent c2d6628ae9
commit 070ce98dda
No known key found for this signature in database
GPG key ID: 68B0B42612A108B2

View file

@ -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;
};