python3Packages.pylint-plugin-utils: fix build
This commit is contained in:
parent
8c3e9313c9
commit
38397dc9ea
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
# pythonPackages
|
||||
, pylint
|
||||
, toml
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -20,7 +21,7 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pylint
|
||||
pylint toml
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
|
|
Loading…
Reference in a new issue