mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
seahub: build python path from overridden python
Co-authored-by: Robert Schütz <github@dotlambda.de>
This commit is contained in:
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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user