hamster-time-tracker: wrap services

Hamster did not start because the PYTHONPATH was not set for its services.

Closes: #27498
This commit is contained in:
Jan Tojnar 2017-09-30 18:59:00 +02:00
parent dd6591c506
commit ab061940dd
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -31,6 +31,10 @@ pythonPackages.buildPythonApplication rec {
python waf build
'';
postFixup = ''
wrapPythonProgramsIn $out/lib/hamster-time-tracker "$out $pythonPath"
'';
installPhase = ''
python waf install
'';