mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
87ae734392
svn path=/nixpkgs/trunk/; revision=5868
16 lines
176 B
Bash
16 lines
176 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure() {
|
|
cd unix
|
|
}
|
|
|
|
preConfigure=preConfigure
|
|
|
|
postInstall() {
|
|
ln -s $out/bin/tclsh8.4 $out/bin/tclsh
|
|
}
|
|
|
|
postInstall=postInstall
|
|
|
|
genericBuild
|