python.pkgs.pylint: fix build on python2, fixes #26745

This commit is contained in:
Frederik Rietdijk 2017-06-22 07:46:30 +02:00
parent 8f45ee77ac
commit f25720cacb

View File

@ -13,7 +13,7 @@
buildInputs = [ pytest pytestrunner mccabe configparser backports_functools_lru_cache ];
propagatedBuildInputs = [ astroid isort ];
propagatedBuildInputs = [ astroid configparser isort ];
postPatch = ''
# Remove broken darwin tests