pythonPackages.clint: fix build
This commit is contained in:
parent
4f19853b30
commit
ec0f58b459
@ -16601,10 +16601,11 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
nosetests
|
${python.interpreter} test_clint.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = with self; [ pillow nose_progressive nose mock blessings nose ];
|
buildInputs = with self; [ mock blessings nose nose_progressive ];
|
||||||
|
propagatedBuildInputs = with self; [ pillow blessings args ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with maintainers; [ iElectric ];
|
maintainers = with maintainers; [ iElectric ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user