Skip to content

Commit

Permalink
hamster-time-tracker: wrap services
Browse files Browse the repository at this point in the history
Hamster did not start because the PYTHONPATH was not set for its services.

Closes: #27498
(cherry picked from commit ab06194)
  • Loading branch information
jtojnar authored and grahamc committed Sep 30, 2017
1 parent 80c5c69 commit f739628
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/misc/hamster-time-tracker/default.nix
Expand Up @@ -31,6 +31,10 @@ pythonPackages.buildPythonApplication rec {
python waf build
'';

postFixup = ''
wrapPythonProgramsIn $out/lib/hamster-time-tracker "$out $pythonPath"
'';

installPhase = ''
python waf install
'';
Expand Down

0 comments on commit f739628

Please sign in to comment.