Merge pull request #331941 from GaetanLepage/pynvim-pp

python312Packages.pynvim-pp: cosmetic changes
This commit is contained in:
Gaétan Lepage 2024-08-03 11:02:04 +02:00 committed by GitHub
commit 523e0c0310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,14 +18,14 @@ buildPythonPackage {
hash = "sha256-W6YaxI/fa2HL6+FIBTTA+7K2Be02iuIfFFVO/hhYnpo=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [ pynvim ];
dependencies = [ pynvim ];
meta = with lib; {
meta = {
homepage = "https://github.com/ms-jpq/pynvim_pp";
description = "Dependency to chadtree and coq_nvim plugins";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ GaetanLepage ];
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ GaetanLepage ];
};
}