about summary refs log tree commit diff
path: root/pkgs/games/pokerth/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/pokerth/default.nix')
-rw-r--r--pkgs/games/pokerth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/pokerth/default.nix b/pkgs/games/pokerth/default.nix
index 24a0281a874b..122ce3f6e2fa 100644
--- a/pkgs/games/pokerth/default.nix
+++ b/pkgs/games/pokerth/default.nix
@@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
 
   outputs = [ "out" "server" ];
 
-  qmakeFlags = [ "pokerth.pro" ];
+  qmakeFlags = [ "pokerth.pro" "DEFINES+=_WEBSOCKETPP_NOEXCEPT_TOKEN_=noexcept" ];
 
   NIX_CFLAGS_COMPILE = [ "-I${SDL.dev}/include/SDL" ];