mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
tcl.mkTclDerivation: fix cross
This commit is contained in:
parent
320475230c
commit
104abaeb52
@ -39,8 +39,8 @@ let
|
||||
"addTclConfigureFlags" "checkPhase" "checkInputs" "doCheck"
|
||||
]) // {
|
||||
|
||||
buildInputs = buildInputs ++ [ makeWrapper tcl.tclPackageHook ];
|
||||
nativeBuildInputs = nativeBuildInputs ++ [ tcl ];
|
||||
buildInputs = buildInputs ++ [ tcl.tclPackageHook ];
|
||||
nativeBuildInputs = nativeBuildInputs ++ [ makeWrapper tcl ];
|
||||
propagatedBuildInputs = propagatedBuildInputs ++ [ tcl ];
|
||||
|
||||
TCLSH = "${getBin tcl}/bin/tclsh";
|
||||
|
Loading…
Reference in New Issue
Block a user