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
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
wrapPythonProgramsIn $out/lib/hamster-time-tracker "$out $pythonPath"
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
python waf install
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user