tree-wide: SDL may not have a .dev
This commit is contained in:
parent
7317302c77
commit
8eacd07776
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||
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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue