mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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:
parent
1301359d26
commit
9d9bba120f
@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
cmakeFlags = [
|
||||
"-DBUILD_SHARED_LIBS=ON"
|
||||
"-DENABLE_LINTING=OFF"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user