summaryrefslogtreecommitdiff
path: root/pkgs/games
diff options
context:
space:
mode:
authorGergő Gutyina <gutyina.gergo.2@gmail.com>2026-02-03 00:27:55 +0000
committerGitHub <noreply@github.com>2026-02-03 00:27:55 +0000
commit40b5b4b7507f1fe93aa4aa5ca502a24ae8c46215 (patch)
tree520b38afff7fe425f237f434588f84e47aa7cfb9 /pkgs/games
parentroccat-tools: 5.9.0 -> 5.9.1 (#469292) (diff)
parentfreeipa: move NIX_CFLAGS_COMPILE into env for structuredAttrs (diff)
downloadnixpkgs-40b5b4b7507f1fe93aa4aa5ca502a24ae8c46215.tar.gz
treewide: move NIX_CFLAGS_COMPILE into env for structuredAttrs (#485484)
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/openloco/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/openloco/default.nix b/pkgs/games/openloco/default.nix
index d0106e40831b..acaf1a9fbcf1 100644
--- a/pkgs/games/openloco/default.nix
+++ b/pkgs/games/openloco/default.nix
@@ -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"