commit
b3a48bf07c
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@ stdenv.mkDerivation rec {
|
||||||
patchShebangs src/proto/nanopb/generator/*
|
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 = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Loading…
Reference in a new issue