summary refs log tree commit diff
path: root/pkgs/games/trackballs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-11 16:21:43 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-10-13 20:18:56 +0200
commit9da12a6713b100367809e53e6419a01229f5f61e (patch)
treedb3bc1db4134204a170459de0072208269818711 /pkgs/games/trackballs
parent8e381b89a1fd5730b3119bdaa4acb2e61a6c2f0a (diff)
downloadnixpkgs-9da12a6713b100367809e53e6419a01229f5f61e.tar
nixpkgs-9da12a6713b100367809e53e6419a01229f5f61e.tar.gz
nixpkgs-9da12a6713b100367809e53e6419a01229f5f61e.tar.bz2
nixpkgs-9da12a6713b100367809e53e6419a01229f5f61e.tar.lz
nixpkgs-9da12a6713b100367809e53e6419a01229f5f61e.tar.xz
nixpkgs-9da12a6713b100367809e53e6419a01229f5f61e.tar.zst
nixpkgs-9da12a6713b100367809e53e6419a01229f5f61e.zip
SDL: split the dev output and fix referrers
Diffstat (limited to 'pkgs/games/trackballs')
-rw-r--r--pkgs/games/trackballs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/trackballs/default.nix b/pkgs/games/trackballs/default.nix
index 22d8c944fa8..7cf741f2fab 100644
--- a/pkgs/games/trackballs/default.nix
+++ b/pkgs/games/trackballs/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   postUnpack = optionalString debug
     "mkdir -p $out/src; cp -R * $out/src ; cd $out/src";
 
-  NIX_CFLAGS_COMPILE = "-iquote ${SDL}/include/SDL";
+  NIX_CFLAGS_COMPILE = "-iquote ${SDL.dev}/include/SDL";
   configureFlags = optionalString debug "--enable-debug";
 
   patchPhase = ''