git-hub: remove files not needed on Nix

+5
+5
pkgs/applications/version-management/git-and-tools/git-hub/default.nix
··· 36 enableParallelBuilding = true; 37 38 installFlags = "prefix=$(out)"; 39 }
··· 36 enableParallelBuilding = true; 37 38 installFlags = "prefix=$(out)"; 39 + 40 + postInstall = '' 41 + # Remove inert ftdetect vim plugin and a README that's a man page subset: 42 + rm -r $out/share/{doc,vim} 43 + ''; 44 }