nixpart0: remove broken, fix build for (local) pykickstart dep

This commit is contained in:
Rob Vermaas 2019-11-19 11:09:12 +01:00
parent f7b894e031
commit 302396fc42

View File

@ -19,7 +19,6 @@ buildPythonApplication rec {
propagatedBuildInputs = [ urlgrabber ];
checkPhase = ''
export PYTHONPATH="$PYTHONPATH:."
${python}/bin/${python.executable} tests/baseclass.py -vv
'';