SDL: split the dev output and fix referrers

This commit is contained in:
Vladimír Čunát
2015-10-13 20:18:56 +02:00
parent 8e381b89a1
commit 9da12a6713
20 changed files with 30 additions and 25 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-tcl=${tcl}/lib" ];
preConfigure = ''
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${SDL}/include/SDL"
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${SDL.dev}/include/SDL"
'';
meta = {