3
0
Fork 0
forked from mirrors/nixpkgs

git-hub: remove files not needed on Nix

This commit is contained in:
Tobias Geerinckx-Rice 2015-08-15 14:25:55 +02:00
parent 810a033d1b
commit 481d2acea8

View file

@ -36,4 +36,9 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
installFlags = "prefix=$(out)";
postInstall = ''
# Remove inert ftdetect vim plugin and a README that's a man page subset:
rm -r $out/share/{doc,vim}
'';
}