mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
pythonPackages.clint: fix build
This commit is contained in:
parent
4f19853b30
commit
ec0f58b459
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user