mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
cdogs-sdl: fix
This commit is contained in:
parent
da20988217
commit
712ded5f7a
@ -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 New Issue
Block a user