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