tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tcl.mkTclDerivation: fix cross
Alyssa Ross
4 years ago
104abaeb
32047523
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
interpreters
tcl
mk-tcl-derivation.nix
+2
-2
pkgs/development/interpreters/tcl/mk-tcl-derivation.nix
···
39
39
"addTclConfigureFlags" "checkPhase" "checkInputs" "doCheck"
40
40
]) // {
41
41
42
42
-
buildInputs = buildInputs ++ [ makeWrapper tcl.tclPackageHook ];
43
43
-
nativeBuildInputs = nativeBuildInputs ++ [ tcl ];
42
42
+
buildInputs = buildInputs ++ [ tcl.tclPackageHook ];
43
43
+
nativeBuildInputs = nativeBuildInputs ++ [ makeWrapper tcl ];
44
44
propagatedBuildInputs = propagatedBuildInputs ++ [ tcl ];
45
45
46
46
TCLSH = "${getBin tcl}/bin/tclsh";