clickhouse: build with llvmPackages_latest
This will simplify updates since the upstream tracks the latest llvm.
This commit is contained in:
parent
9d8ccfe00f
commit
7d864c6bd6
@ -13474,7 +13474,7 @@ in
|
||||
clamsmtp = callPackage ../servers/mail/clamsmtp { };
|
||||
|
||||
clickhouse = callPackage ../servers/clickhouse {
|
||||
inherit (llvmPackages_6) clang-unwrapped lld llvm;
|
||||
inherit (llvmPackages_latest) clang-unwrapped lld llvm;
|
||||
};
|
||||
|
||||
couchdb = callPackage ../servers/http/couchdb {
|
||||
|
Loading…
Reference in New Issue
Block a user