pythonPackages.clint: fix build

This commit is contained in:
Domen Kožar 2015-11-18 17:55:58 +01:00
parent 4f19853b30
commit ec0f58b459

View file

@ -16601,10 +16601,11 @@ let
};
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 = {
maintainers = with maintainers; [ iElectric ];