From f25720cacb4688288d676e550ecd29441f07f57a Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Thu, 22 Jun 2017 07:46:30 +0200 Subject: [PATCH] python.pkgs.pylint: fix build on python2, fixes #26745 --- pkgs/development/python-modules/pylint/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pylint/default.nix b/pkgs/development/python-modules/pylint/default.nix index 130aef60f97..12871bd8f6c 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