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:
parent
b4820d4948
commit
72d9016b8b
@ -3,7 +3,7 @@
|
|||||||
with import pkgspath { inherit system; };
|
with import pkgspath { inherit system; };
|
||||||
|
|
||||||
let
|
let
|
||||||
llvmPackages = llvmPackages_37;
|
llvmPackages = llvmPackages_4;
|
||||||
in rec {
|
in rec {
|
||||||
coreutils_ = coreutils.override (args: {
|
coreutils_ = coreutils.override (args: {
|
||||||
# We want coreutils without ACL support.
|
# We want coreutils without ACL support.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user