tclPackages.mkTclDerivation: move TCLSH into env
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user