--replace-fail '"/timekpra" in ' '"/..timekpra-wrapped-wrapped" in '
printf %s "$SETUP_PY" > setup.py
ln -s ${setup-py} setup.py
'';
# We need to manually inject $PYTHONPATH here, because `buildPythonApplication` does not recognize timekpr's executables as Python scripts, and therefore it does not automatically inject $PYTHONPATH into them.