3563604395
svn path=/nixpkgs/trunk/; revision=5869
17 lines
213 B
Bash
17 lines
213 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure() {
|
|
cd unix
|
|
}
|
|
|
|
preConfigure=preConfigure
|
|
|
|
postInstall() {
|
|
make install-private-headers
|
|
ln -s $out/bin/tclsh8.4 $out/bin/tclsh
|
|
}
|
|
|
|
postInstall=postInstall
|
|
|
|
genericBuild
|