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 f07b2a614d4..fba528933ff 100644
--- a/pkgs/games/pokerth/default.nix
+++ b/pkgs/games/pokerth/default.nix
@@ -59,7 +59,7 @@ mkDerivation rec {
     "pokerth.pro"
   ];
 
-  NIX_CFLAGS_COMPILE = "-I${lib.getDev SDL}/include/SDL";
+  env.NIX_CFLAGS_COMPILE = "-I${lib.getDev SDL}/include/SDL";
 
   meta = with lib; {
     homepage = "https://www.pokerth.net";