From 56a428d5fbd6e6f7602bbf9e577b11c22816e565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9clairevoyant?= <848000+eclairevoyant@users.noreply.github.com> Date: Sun, 11 Aug 2024 22:33:27 -0400 Subject: [PATCH] wrapNeovimUnstable: fix meta.position --- pkgs/applications/editors/neovim/wrapper.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/editors/neovim/wrapper.nix b/pkgs/applications/editors/neovim/wrapper.nix index 98e6c9c76039..61f0230724cd 100644 --- a/pkgs/applications/editors/neovim/wrapper.nix +++ b/pkgs/applications/editors/neovim/wrapper.nix @@ -201,7 +201,16 @@ let }; }; - meta = (builtins.removeAttrs neovim-unwrapped.meta ["position" "outputsToInstall"]) // { + meta = { + inherit (neovim-unwrapped.meta) + description + longDescription + homepage + mainProgram + license + maintainers + platforms; + # To prevent builds on hydra hydraPlatforms = []; # prefer wrapper over the package