Merge pull request #29962 from jtojnar/hamster-pypath

hamster-time-tracker: wrap services
This commit is contained in:
Graham Christensen 2017-09-30 19:27:06 -04:00 committed by GitHub
commit 37464fd42a

View File

@ -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
''; '';