Skip to content

Commit

Permalink
python.pkgs.pylint: fix build on python2, fixes #26745
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 22, 2017
1 parent 8f45ee7 commit f25720c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pylint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f25720c

Please sign in to comment.