Add path to build command

This commit is contained in:
Andreas Zweili 2023-04-06 14:47:59 +02:00
parent 1886bd26db
commit 24578c65ab
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
buildPhase = ''
export PATH="${pkgs.lib.makeBinPath buildInputs}";
python -m pytest tests
pyinstaller -F todoist_interface/__main__.py -n todoist_interface
pyinstaller -F todoist_interface/__main__.py -n todoist_interface --path=todoist_interface/
'';
installPhase = ''
mkdir -p $out