Merge pull request #105286 from lukegb/clickhouse

clickhouse: use system LLVM
This commit is contained in:
Benjamin Hipple
2020-11-28 20:39:54 -05:00
committed by GitHub

View File

@@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DENABLE_TESTS=OFF"
"-DUSE_INTERNAL_LLVM_LIBRARY=OFF"
];
postInstall = ''