nixpart0: remove broken, fix build for (local) pykickstart dep
This commit is contained in:
parent
f7b894e031
commit
302396fc42
|
@ -19,7 +19,6 @@ buildPythonApplication rec {
|
||||||
propagatedBuildInputs = [ urlgrabber ];
|
propagatedBuildInputs = [ urlgrabber ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
export PYTHONPATH="$PYTHONPATH:."
|
|
||||||
${python}/bin/${python.executable} tests/baseclass.py -vv
|
${python}/bin/${python.executable} tests/baseclass.py -vv
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue