summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/vim/builder.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/builder.sh b/pkgs/applications/editors/vim/builder.sh
index 0b61d421abc4..a30b191c93e1 100644
--- a/pkgs/applications/editors/vim/builder.sh
+++ b/pkgs/applications/editors/vim/builder.sh
@@ -1,3 +1,9 @@
 source $stdenv/setup
 
+postInstall=postInstall
+
+postInstall() {
+  ln -s $out/bin/vim $out/bin/vi
+}
+
 genericBuild