tk needs the private tcl headers to be installed

svn path=/nixpkgs/trunk/; revision=5869
This commit is contained in:
Armijn Hemel 2006-07-22 09:57:01 +00:00
parent 87ae734392
commit 3563604395

View file

@ -7,6 +7,7 @@ preConfigure() {
preConfigure=preConfigure
postInstall() {
make install-private-headers
ln -s $out/bin/tclsh8.4 $out/bin/tclsh
}