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

View File

@@ -31,6 +31,10 @@ pythonPackages.buildPythonApplication rec {
python waf build
'';
postFixup = ''
wrapPythonProgramsIn $out/lib/hamster-time-tracker "$out $pythonPath"
'';
installPhase = ''
python waf install
'';