1
0
Fork 1
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:
Jake Waksbaum 2020-09-05 18:21:34 -04:00 committed by Jon
parent bf72d1bc7d
commit 92e990a8d6

View file

@ -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