forked from mirrors/nixpkgs
git-hub: remove files not needed on Nix
This commit is contained in:
parent
810a033d1b
commit
481d2acea8
|
@ -36,4 +36,9 @@ stdenv.mkDerivation {
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
installFlags = "prefix=$(out)";
|
installFlags = "prefix=$(out)";
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
# Remove inert ftdetect vim plugin and a README that's a man page subset:
|
||||||
|
rm -r $out/share/{doc,vim}
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue