nixpkgs/pkgs/applications/editors/vim/builder.sh

10 lines
112 B
Bash
Raw Normal View History

source $stdenv/setup
postInstall=postInstall
postInstall() {
ln -s $out/bin/vim $out/bin/vi
}
genericBuild