tclx: fix undefined variable error
This commit is contained in:
parent
4b5d85bf44
commit
9502d50b3e
@ -12,7 +12,7 @@ tcl.mkTclDerivation rec {
|
||||
|
||||
# required in order for tclx to properly detect tclx.tcl at runtime
|
||||
postInstall = ''
|
||||
ln -s $prefix/lib/${tclXPkg} $prefix/lib/tclx${version}/tclx${version}
|
||||
ln -s $prefix/lib/tclx${version} $prefix/lib/tclx${version}/tclx${version}
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user