mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
darwin.stdenv: Update to LLVM 11 and clang 11.1.0
This commit is contained in:
parent
84454c3233
commit
cc767e1d05
@ -4,7 +4,7 @@
|
||||
, config
|
||||
, overlays
|
||||
, crossOverlays ? [ ]
|
||||
, bootstrapLlvmVersion ? if localSystem.isAarch64 then "11.1.0" else "7.1.0"
|
||||
, bootstrapLlvmVersion ? "11.1.0"
|
||||
# Allow passing in bootstrap files directly so we can test the stdenv bootstrap process when changing the bootstrap tools
|
||||
, bootstrapFiles ? if localSystem.isAarch64 then
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user