tclPackages.mkTclDerivation: move TCLSH into env

This commit is contained in:
Stefan Frijters
2026-02-12 18:16:47 +01:00
parent 138ae72eff
commit db42568b83
@@ -57,7 +57,7 @@ let
];
propagatedBuildInputs = propagatedBuildInputs ++ [ tcl ];
TCLSH = "${getBin tcl}/bin/tclsh";
env.TCLSH = "${getBin tcl}/bin/tclsh";
# Run tests after install, at which point we've done all TCLLIBPATH setup
doCheck = false;