python3Packages.pylint-plugin-utils: fix build

This commit is contained in:
Jonathan Ringer 2020-06-12 13:26:32 -07:00
parent 8c3e9313c9
commit 38397dc9ea

View File

@ -5,6 +5,7 @@
# pythonPackages # pythonPackages
, pylint , pylint
, toml
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -20,7 +21,7 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
pylint pylint toml
]; ];
checkPhase = '' checkPhase = ''