get rid of nasty CC stuff

This commit is contained in:
Joel Taylor
2014-09-09 13:54:26 -07:00
parent 0577499d74
commit 6f949b2e87
7 changed files with 12 additions and 21 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
prefix=$out
MANDIR=$out/share/man/man1
${systemFlags}
CC=clang
CC="$CC"
)
'';