mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
top-level/output: include meta in package
Required to prevent errors due to missing license information in neovim-wrapper.
This commit is contained in:
parent
ebd2182b44
commit
6ab17b1b2e
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ in
|
||||||
name = "neovim-byte-compiled-${lib.getVersion config.package}";
|
name = "neovim-byte-compiled-${lib.getVersion config.package}";
|
||||||
paths = [ config.package ];
|
paths = [ config.package ];
|
||||||
# Required attributes from original neovim package
|
# Required attributes from original neovim package
|
||||||
inherit (config.package) lua;
|
inherit (config.package) lua meta;
|
||||||
nativeBuildInputs = [ helpers.byteCompileLuaHook ];
|
nativeBuildInputs = [ helpers.byteCompileLuaHook ];
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
# Replace Nvim's binary symlink with a regular file,
|
# Replace Nvim's binary symlink with a regular file,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue