mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
openloco: move NIX_CFLAGS_COMPILE into env for structuredAttrs
This commit is contained in:
parent
1b785afcc3
commit
2b0ee39038
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
|||
sed -i 's#URL \+${openloco-objects.url}#URL ${openloco-objects}#' CMakeLists.txt
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=null-dereference";
|
||||
env.NIX_CFLAGS_COMPILE = "-Wno-error=null-dereference";
|
||||
|
||||
cmakeFlags = [
|
||||
"-DOPENLOCO_BUILD_TESTS=NO"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue