Skip to content

Commit

Permalink
darwin.make-bootstrap-tools: fix to use LLVM 4
Browse files Browse the repository at this point in the history
This should now roughly match the bootstrap tools we're using on Darwin
  • Loading branch information
copumpkin committed Apr 8, 2017
1 parent b4820d4 commit 72d9016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/stdenv/darwin/make-bootstrap-tools.nix
Expand Up @@ -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.
Expand Down

0 comments on commit 72d9016

Please sign in to comment.