add an alias "vi", for my convenience ;)
svn path=/nixpkgs/trunk/; revision=4506
This commit is contained in:
parent
23656c4a76
commit
5c8e0170c8
|
@ -1,3 +1,9 @@
|
||||||
source $stdenv/setup
|
source $stdenv/setup
|
||||||
|
|
||||||
|
postInstall=postInstall
|
||||||
|
|
||||||
|
postInstall() {
|
||||||
|
ln -s $out/bin/vim $out/bin/vi
|
||||||
|
}
|
||||||
|
|
||||||
genericBuild
|
genericBuild
|
||||||
|
|
Loading…
Reference in New Issue