8 addRtp = drv: lib.warn "`addRtp` is deprecated, does nothing." drv;
11 { name ? "${attrs.pname}-${attrs.version}"
14 , configurePhase ? ":"
24 drv = stdenv.mkDerivation (attrs // {
25 name = lib.warnIf (attrs ? vimprefix) "The 'vimprefix' is now hardcoded in toVimPlugin" name;
27 __structuredAttrs = true;
28 inherit unpackPhase configurePhase buildPhase addonInfo preInstall postInstall;
33 target=$out/${rtpPath}/${path}
34 mkdir -p $out/${rtpPath}
41 platforms = lib.platforms.all;