about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pylint
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-06-22 07:46:30 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-06-22 07:46:30 +0200
commitf25720cacb4688288d676e550ecd29441f07f57a (patch)
tree205e08a59abf2227203da5f95f3e20dee8d5c775 /pkgs/development/python-modules/pylint
parent8f45ee77acc39396fe2c7e6499cb0a4be2dcf0e0 (diff)
python.pkgs.pylint: fix build on python2, fixes #26745
Diffstat (limited to 'pkgs/development/python-modules/pylint')
-rw-r--r--pkgs/development/python-modules/pylint/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pylint/default.nix b/pkgs/development/python-modules/pylint/default.nix
index 130aef60f9717..12871bd8f6c2b 100644
--- a/pkgs/development/python-modules/pylint/default.nix
+++ b/pkgs/development/python-modules/pylint/default.nix
@@ -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