1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00
nixpkgs/pkgs/development/interpreters/tcl/builder.sh

16 lines
176 B
Bash
Raw Normal View History

source $stdenv/setup
preConfigure() {
cd unix
}
preConfigure=preConfigure
postInstall() {
ln -s $out/bin/tclsh8.4 $out/bin/tclsh
}
postInstall=postInstall
genericBuild