use buildPythonApplication to shield against external PYTHONPATH

This commit is contained in:
Jörg Thalheim
2023-09-28 11:19:16 +02:00
parent cc70537a91
commit d55abacfcb

View File

@@ -93,7 +93,7 @@ let
--override-input nixpkgs ${nixpkgs}
'';
in
python3.pkgs.buildPythonPackage {
python3.pkgs.buildPythonApplication {
name = "clan-cli";
src = source;
format = "pyproject";