about summary refs log tree commit diff
path: root/pkgs/games/rott/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/rott/default.nix')
-rw-r--r--pkgs/games/rott/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/rott/default.nix b/pkgs/games/rott/default.nix
index 131745ac03eb0..591275631fa95 100644
--- a/pkgs/games/rott/default.nix
+++ b/pkgs/games/rott/default.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
 
   # when using SDL_compat instead of SDL_classic, SDL_mixer isn't correctly
   # detected, but there is no harm just specifying it
-  NIX_CFLAGS_COMPILE = [
+  env.NIX_CFLAGS_COMPILE = toString [
     "-I${lib.getDev SDL_mixer}/include/SDL"
   ];