Skip to content

Commit

Permalink
top-level/output: include meta in package
Browse files Browse the repository at this point in the history
Required to prevent errors due to missing license information in
neovim-wrapper.
  • Loading branch information
khaneliman committed Aug 16, 2024
1 parent ebd2182 commit 6ab17b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/top-level/output.nix
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ in
name = "neovim-byte-compiled-${lib.getVersion config.package}";
paths = [ config.package ];
# Required attributes from original neovim package
inherit (config.package) lua;
inherit (config.package) lua meta;
nativeBuildInputs = [ helpers.byteCompileLuaHook ];
postBuild = ''
# Replace Nvim's binary symlink with a regular file,
Expand Down

0 comments on commit 6ab17b1

Please sign in to comment.