tcl.mkTclDerivation: fix cross

+2 -2
+2 -2
pkgs/development/interpreters/tcl/mk-tcl-derivation.nix
··· 39 "addTclConfigureFlags" "checkPhase" "checkInputs" "doCheck" 40 ]) // { 41 42 - buildInputs = buildInputs ++ [ makeWrapper tcl.tclPackageHook ]; 43 - nativeBuildInputs = nativeBuildInputs ++ [ tcl ]; 44 propagatedBuildInputs = propagatedBuildInputs ++ [ tcl ]; 45 46 TCLSH = "${getBin tcl}/bin/tclsh";
··· 39 "addTclConfigureFlags" "checkPhase" "checkInputs" "doCheck" 40 ]) // { 41 42 + buildInputs = buildInputs ++ [ tcl.tclPackageHook ]; 43 + nativeBuildInputs = nativeBuildInputs ++ [ makeWrapper tcl ]; 44 propagatedBuildInputs = propagatedBuildInputs ++ [ tcl ]; 45 46 TCLSH = "${getBin tcl}/bin/tclsh";