pythonPackages.clint: fix build

This commit is contained in:
Domen Kožar
2015-11-21 21:44:12 +01:00
parent 4f19853b30
commit ec0f58b459
+3 -2
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 ];