darwin.make-bootstrap-tools: fix to use LLVM 4

This should now roughly match the bootstrap tools we're using on Darwin
This commit is contained in:
Dan Peebles 2017-04-08 16:38:41 -04:00
parent b4820d4948
commit 72d9016b8b

View File

@ -3,7 +3,7 @@
with import pkgspath { inherit system; };
let
llvmPackages = llvmPackages_37;
llvmPackages = llvmPackages_4;
in rec {
coreutils_ = coreutils.override (args: {
# We want coreutils without ACL support.