3
0
Fork 0
forked from mirrors/nixpkgs

tree-wide: SDL may not have a .dev

This commit is contained in:
Peter Hoeg 2022-05-10 13:09:27 +08:00
parent 7317302c77
commit 8eacd07776

View file

@ -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 ];