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
commit 9f84dea4a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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