tcl.mkTclDerivation: fix exec prefix

Shell variables are not expanded, so the old value was just the literal
string `${out}`.

Fixes #139566

+1 -1
+1 -1
pkgs/development/interpreters/tcl/mk-tcl-derivation.nix
··· 32 32 defaultTclPkgConfigureFlags = [ 33 33 "--with-tcl=${tcl}/lib" 34 34 "--with-tclinclude=${tcl}/include" 35 - "--exec-prefix=\${out}" 35 + "--exec-prefix=${placeholder "out"}" 36 36 ]; 37 37 38 38 self = (stdenv.mkDerivation ((builtins.removeAttrs attrs [