pokerth: fix build error which was probably due to a changing C++ dependency (boost/g++?)

Ticks one box in #28643

obadz 5b943136 b3f9b0d0

+1 -1
+1 -1
pkgs/games/pokerth/default.nix
··· 17 17 18 18 outputs = [ "out" "server" ]; 19 19 20 - qmakeFlags = [ "pokerth.pro" ]; 20 + qmakeFlags = [ "pokerth.pro" "DEFINES+=_WEBSOCKETPP_NOEXCEPT_TOKEN_=noexcept" ]; 21 21 22 22 NIX_CFLAGS_COMPILE = [ "-I${SDL.dev}/include/SDL" ]; 23 23