1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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