From 5c8e0170c8f252dbbeb4e5c01781a5265febd91f Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Sat, 7 Jan 2006 16:10:13 +0000 Subject: [PATCH] add an alias "vi", for my convenience ;) svn path=/nixpkgs/trunk/; revision=4506 --- pkgs/applications/editors/vim/builder.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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