mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
Merge #56586: vimPlugins.meson: init, following pkgs.meson
This commit is contained in:
commit
6e6633bacb
@ -1,5 +1,5 @@
|
||||
{ lib, stdenv
|
||||
, python, cmake, vim, ruby
|
||||
, python, cmake, meson, vim, ruby
|
||||
, which, fetchgit, fetchurl
|
||||
, llvmPackages, rustPlatform
|
||||
, xkb-switch, fzf, skim
|
||||
@ -160,6 +160,12 @@ self: super: {
|
||||
dependencies = with super; [ webapi-vim ];
|
||||
});
|
||||
|
||||
meson = buildVimPluginFrom2Nix {
|
||||
inherit (meson) pname version src;
|
||||
preInstall = "cd data/syntax-highlighting/vim";
|
||||
meta.maintainers = with stdenv.lib.maintainers; [ vcunat ];
|
||||
};
|
||||
|
||||
ncm2 = super.ncm2.overrideAttrs(old: {
|
||||
dependencies = with super; [ nvim-yarp ];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user