git-hub: remove files not needed on Nix
This commit is contained in:
parent
810a033d1b
commit
481d2acea8
1 changed files with 5 additions and 0 deletions
|
@ -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}
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue