stdenv-darwin: bump to use LLVM 4.0 & new bootstrap tools

This commit is contained in:
Dan Peebles
2017-03-18 16:48:27 -04:00
parent 57e25171a5
commit b9e558597d
3 changed files with 24 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
{ newScope, stdenv, isl, fetchurl, overrideCC, wrapCC, darwin, ccWrapperFun }:
{ newScope, stdenv, cmake, libxml2, python2, isl, fetchurl, overrideCC, wrapCC, darwin, ccWrapperFun }:
let
callPackage = newScope (self // { inherit stdenv isl release_version version fetch; });
callPackage = newScope (self // { inherit stdenv cmake libxml2 python2 isl release_version version fetch; });
release_version = "4.0.0";
version = release_version; # differentiating these is important for rc's