tree: use $CC instead of cc to build
This commit is contained in:
parent
33e9fa2367
commit
70d56f381f
@ -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