highlight: build with standard llvm version on darwin

This commit is contained in:
Franz Pletz 2019-09-03 22:17:54 +02:00
parent de85797565
commit 4d85d286e5
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 0 additions and 2 deletions

View File

@ -3853,8 +3853,6 @@ in
highlight = callPackage ../tools/text/highlight ({ highlight = callPackage ../tools/text/highlight ({
lua = lua5; lua = lua5;
} // lib.optionalAttrs stdenv.isDarwin {
inherit (llvmPackages_38) stdenv;
}); });
holochain-go = callPackage ../servers/holochain-go { }; holochain-go = callPackage ../servers/holochain-go { };