python3Packages.pylint-plugin-utils: fix build
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user