darwin: move to llvm7

This commit is contained in:
Matthew Bauer
2019-04-20 23:17:04 -04:00
parent d69cc779b5
commit ae1e940cc0
4 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
with import pkgspath { inherit system; };
let
llvmPackages = llvmPackages_5;
llvmPackages = llvmPackages_7;
in rec {
coreutils_ = coreutils.override (args: {
# We want coreutils without ACL support.