5c8e0170c8
svn path=/nixpkgs/trunk/; revision=4506
10 lines
112 B
Bash
10 lines
112 B
Bash
source $stdenv/setup
|
|
|
|
postInstall=postInstall
|
|
|
|
postInstall() {
|
|
ln -s $out/bin/vim $out/bin/vi
|
|
}
|
|
|
|
genericBuild
|