tclPackages.mkTclDerivation: fix clobbering of env
This commit is contained in:
@@ -57,7 +57,10 @@ let
|
||||
];
|
||||
propagatedBuildInputs = propagatedBuildInputs ++ [ tcl ];
|
||||
|
||||
env.TCLSH = "${getBin tcl}/bin/tclsh";
|
||||
env = {
|
||||
TCLSH = "${getBin tcl}/bin/tclsh";
|
||||
}
|
||||
// (attrs.env or { });
|
||||
|
||||
# Run tests after install, at which point we've done all TCLLIBPATH setup
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user