wrapNeovimUnstable: fix meta.position
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user