mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
commit
b3a48bf07c
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@ stdenv.mkDerivation rec {
|
|||
patchShebangs src/proto/nanopb/generator/*
|
||||
'';
|
||||
|
||||
cmakeFlags = [ "-DCDOGS_DATA_DIR=${placeholder "out"}/" ];
|
||||
cmakeFlags = [
|
||||
"-DCDOGS_DATA_DIR=${placeholder "out"}/"
|
||||
"-DCMAKE_C_FLAGS=-Wno-error=array-bounds"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
|
Loading…
Reference in a new issue