about summary refs log tree commit diff
path: root/pkgs/games/frogatto/engine.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/frogatto/engine.nix')
-rw-r--r--pkgs/games/frogatto/engine.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/frogatto/engine.nix b/pkgs/games/frogatto/engine.nix
index 1efdb2ceee042..d5e380588176c 100644
--- a/pkgs/games/frogatto/engine.nix
+++ b/pkgs/games/frogatto/engine.nix
@@ -33,6 +33,8 @@ stdenv.mkDerivation {
     glm
   ];
 
+  env.CXXFLAGS = "-DGLM_ENABLE_EXPERIMENTAL -Wno-error=deprecated-declarations";
+
   enableParallelBuilding = true;
 
   installPhase = ''