mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
create symlink from $out/bin/tclsh to $out/bin/tclsh${version}
svn path=/nixpkgs/trunk/; revision=5868
This commit is contained in:
parent
a89ab0583e
commit
87ae734392
|
@ -6,4 +6,10 @@ preConfigure() {
|
|||
|
||||
preConfigure=preConfigure
|
||||
|
||||
postInstall() {
|
||||
ln -s $out/bin/tclsh8.4 $out/bin/tclsh
|
||||
}
|
||||
|
||||
postInstall=postInstall
|
||||
|
||||
genericBuild
|
||||
|
|
Loading…
Reference in a new issue