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:
parent
dd6591c506
commit
ab061940dd
@ -31,6 +31,10 @@ pythonPackages.buildPythonApplication rec {
|
||||
python waf build
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
wrapPythonProgramsIn $out/lib/hamster-time-tracker "$out $pythonPath"
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
python waf install
|
||||
'';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user