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
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
src = fetchgit {
inherit (s) url sha256 rev;
};
NIX_CFLAGS_COMPILE="-I${SDL}/include/SDL";
NIX_CFLAGS_COMPILE="-I${SDL.dev}/include/SDL";
configurePhase = ''
sed -e 's/-[og] root//g' -i Makefile
'';