tree-wide: SDL may not have a .dev
This commit is contained in:
parent
7317302c77
commit
8eacd07776
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0bijgbqpc867pq8lbwwvcnc713gm51mmz625xb5br0q2qw09nkyh";
|
sha256 = "0bijgbqpc867pq8lbwwvcnc713gm51mmz625xb5br0q2qw09nkyh";
|
||||||
};
|
};
|
||||||
|
|
||||||
CPPFLAGS = "-I${SDL.dev}/include/SDL";
|
CPPFLAGS = "-I${lib.getDev SDL}/include/SDL";
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook SDL SDL_ttf SDL_gfx SDL_mixer libpng glew ];
|
buildInputs = [ autoreconfHook SDL SDL_ttf SDL_gfx SDL_mixer libpng glew ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user