tclx: fix undefined variable error

This commit is contained in:
Andrew Brooks 2021-05-11 12:25:25 -05:00
parent 4b5d85bf44
commit 9502d50b3e

View file

@ -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 = {