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
@@ -15,7 +15,7 @@ in
binutils-unwrapped = callPackage ../os-specific/darwin/binutils {
inherit (darwin) cctools;
inherit (pkgs) binutils-unwrapped;
inherit (pkgs.llvmPackages_5) llvm;
inherit (pkgs.llvmPackages_7) llvm;
};
binutils = pkgs.wrapBintoolsWith {