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

Ticks one box in #28643
This commit is contained in:
obadz 2017-09-02 14:59:21 +01:00
parent b3f9b0d0cc
commit 5b943136fc

View file

@ -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" ];