tclx: fix undefined variable error

This commit is contained in:
Andrew Brooks
2021-05-21 15:18:31 -05:00
parent 4b5d85bf44
commit 9502d50b3e
+1 -1
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 = {