mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
tk needs the private tcl headers to be installed
svn path=/nixpkgs/trunk/; revision=5869
This commit is contained in:
parent
87ae734392
commit
3563604395
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ preConfigure() {
|
|||
preConfigure=preConfigure
|
||||
|
||||
postInstall() {
|
||||
make install-private-headers
|
||||
ln -s $out/bin/tclsh8.4 $out/bin/tclsh
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue