make llvm-3.5 the default and remove references to gccApple

make perl be less dumb

revert change to release.nix
This commit is contained in:
Eric Seidel
2015-02-03 14:09:38 -08:00
parent ebb8d03f96
commit dbf3d31727
4 changed files with 69 additions and 109 deletions

View File

@@ -66,6 +66,8 @@ stdenv.mkDerivation rec {
${optionalString stdenv.isArm ''
configureFlagsArray=(-Dldflags="-lm -lrt")
''}
'' + optionalString stdenv.isDarwin ''
substituteInPlace hints/darwin.sh --replace "env MACOSX_DEPLOYMENT_TARGET=10.3" ""
'';
preBuild = optionalString (!(stdenv ? cc && stdenv.cc.nativeTools))