From 057e1661480dbf1b50058b9e934f5becdfd10e8c Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 3 Aug 2024 10:14:36 +0200 Subject: [PATCH] python312Packages.pynvim-pp: cosmetic changes --- pkgs/development/python-modules/pynvim-pp/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/pynvim-pp/default.nix b/pkgs/development/python-modules/pynvim-pp/default.nix index 678045595421..feb57706f7a5 100644 --- a/pkgs/development/python-modules/pynvim-pp/default.nix +++ b/pkgs/development/python-modules/pynvim-pp/default.nix @@ -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 ]; }; }