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
|
# pythonPackages
|
||||||
, pylint
|
, pylint
|
||||||
|
, toml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -20,7 +21,7 @@ buildPythonPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pylint
|
pylint toml
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue