h3: fix darwin build

Disable linting as it uses clang-tidy, which isn't a cc-wrapper and
won't find our dependencies automatically.
This commit is contained in:
Daiderd Jordan 2019-07-18 21:44:51 +02:00 committed by Jon
parent 1301359d26
commit 9d9bba120f

View file

@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DBUILD_SHARED_LIBS=ON"
"-DENABLE_LINTING=OFF"
];
meta = with stdenv.lib; {