vdirsyncer: more cleanup

This commit is contained in:
Gabriel Ebner 2019-04-05 17:12:12 +02:00
parent b0fa0bf13c
commit 735288ac9d

View File

@ -68,7 +68,6 @@ python3Packages.buildPythonApplication rec {
checkPhase = ''
rm -rf vdirsyncer
export PYTHONPATH=$out/${python3Packages.python.sitePackages}:$PYTHONPATH
make DETERMINISTIC_TESTS=true test
'';