about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorRaphael Robatsch <raphael-git@tapesoftware.net>2022-11-07 00:22:23 +0100
committerRaphael Robatsch <raphael-git@tapesoftware.net>2022-11-07 00:22:23 +0100
commit6d70ae996c0d1020b69d429dc333c28e33de4a67 (patch)
tree9d208f9090cfd55c1c9c65462e196fa29af1fdb3 /pkgs/games
parentf54c651ba521d14e2c2c225aae854946ee4f472f (diff)
npush: fix build
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/npush/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/npush/default.nix b/pkgs/games/npush/default.nix
index 25748a9983c8a..fb7300a5f77df 100644
--- a/pkgs/games/npush/default.nix
+++ b/pkgs/games/npush/default.nix
@@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
   makeFlags = [
     "CC=${stdenv.cc.targetPrefix}c++"
   ];
+  NIX_CFLAGS_COMPILE = "-Wno-error=format-security";
 
   installPhase = ''
     runHook preInstall