Skip to content

Commit

Permalink
eduke32: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Jan 19, 2017
1 parent 9cb6727 commit d9418bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/eduke32/default.nix
Expand Up @@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
--replace libGLU.so ${mesa}/lib/libGLU.so
'';

NIX_CFLAGS_COMPILE = "-I${SDL2}/include/SDL";
NIX_CFLAGS_COMPILE = "-I${SDL2.dev}/include/SDL2 -I${SDL2_mixer}/include/SDL2";
NIX_LDFLAGS = "-L${SDL2}/lib";

makeFlags = [
Expand Down

0 comments on commit d9418bf

Please sign in to comment.