Added netrw~nvim and salt-lint
This commit is contained in:
parent
2ed60c215f
commit
54336cf9d4
4 changed files with 26 additions and 13 deletions
|
@ -1,9 +1,8 @@
|
|||
{ buildPythonPackage
|
||||
{ python3Packages
|
||||
, fetchFromGitHub
|
||||
, setuptools
|
||||
, lib
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
python3Packages.buildPythonPackage rec {
|
||||
pname = "salt-lint";
|
||||
version = "0.9.2";
|
||||
pyproject = true;
|
||||
|
@ -16,11 +15,12 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
python3Packages.setuptools
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"saltlint"
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
pathspec
|
||||
pyyaml
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue