Merge pull request #29962 from jtojnar/hamster-pypath
hamster-time-tracker: wrap services
This commit is contained in:
commit
37464fd42a
@ -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
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user