Merge pull request #57820 from illegalprime/fix/tree-cross
tree: use $CC instead of cc to build
This commit is contained in:
commit
0bf5c6acb4
@ -37,7 +37,7 @@ stdenv.mkDerivation {
|
|||||||
prefix=$out
|
prefix=$out
|
||||||
MANDIR=$out/share/man/man1
|
MANDIR=$out/share/man/man1
|
||||||
${systemFlags}
|
${systemFlags}
|
||||||
CC="cc"
|
CC="$CC"
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user