mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
vimPlugins.meson: remove meta.mainProgram and change meta.description
This commit is contained in:
parent
55fe44650a
commit
3f2694f060
1 changed files with 1 additions and 3 deletions
|
|
@ -8,11 +8,9 @@ vimUtils.buildVimPlugin {
|
|||
preInstall = "cd data/syntax-highlighting/vim";
|
||||
|
||||
meta = {
|
||||
description = "Vim plugin for meson providing syntax highlighting";
|
||||
inherit (meson.meta)
|
||||
homepage
|
||||
description
|
||||
mainProgram
|
||||
longDescription
|
||||
license
|
||||
platforms
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue