python312Packages.pynvim-pp: cosmetic changes

This commit is contained in:
Gaetan Lepage
2024-08-03 10:14:36 +02:00
parent ea26f5ea40
commit 057e166148
@@ -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 ];
};
}