mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
vimPlugins: Inherit meta from node plugins
This commit is contained in:
parent
bf72d1bc7d
commit
92e990a8d6
|
@ -633,7 +633,7 @@ self: super: {
|
|||
];
|
||||
nodePackage2VimPackage = name: buildVimPluginFrom2Nix {
|
||||
pname = name;
|
||||
inherit (nodePackages.${name}) version;
|
||||
inherit (nodePackages.${name}) version meta;
|
||||
src = "${nodePackages.${name}}/lib/node_modules/${name}";
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue