tree: use $CC instead of cc to build

This commit is contained in:
Michael Eden 2019-03-16 11:47:48 -04:00
parent 33e9fa2367
commit 70d56f381f

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation {
prefix=$out
MANDIR=$out/share/man/man1
${systemFlags}
CC="cc"
CC="$CC"
)
'';