9 addRtp = drv: lib.warn "`addRtp` is deprecated, does nothing." drv;
13 name ? "${attrs.pname}-${attrs.version}",
26 drv = stdenv.mkDerivation (
29 name = lib.warnIf (attrs ? vimprefix) "The 'vimprefix' is now hardcoded in toVimPlugin" name;
31 __structuredAttrs = true;
44 target=$out/${rtpPath}/${path}
45 mkdir -p $out/${rtpPath}
52 platforms = lib.platforms.all;