From 070ce98ddaa40c86aa0d72f868b155a62bc2d360 Mon Sep 17 00:00:00 2001 From: greizgh Date: Fri, 24 Jun 2022 17:17:31 +0200 Subject: [PATCH] seahub: build python path from overridden python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Robert Schütz --- pkgs/applications/networking/seahub/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/seahub/default.nix b/pkgs/applications/networking/seahub/default.nix index 35e9d1d087ba..235b3026a6d2 100644 --- a/pkgs/applications/networking/seahub/default.nix +++ b/pkgs/applications/networking/seahub/default.nix @@ -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; };