nixpkgs/pkgs/games/eduke32
Sergei Trofimovich c3e1a9697d eduke32: fix build by removing explicit header paths
In https://github.com/NixOS/nixpkgs/pull/197798#issuecomment-1291196023
we noticed that `eduke32` fails to build as:

    source/build/include/sdl_inc.h:17:12: fatal error: SDL2/SDL.h: No such file or directory
       17 | #  include <SDL2/SDL.h>
          |            ^~~~~~~~~~~~

It statred after https://github.com/NixOS/nixpkgs/pull/191724 where
`NIX_CFLAGS_COMPILE` entries were cleaned up slightly.

This change works build failure around. But I think it's a good change:
there should be no reason to set SDL2 offset via forced include paths.
2022-10-27 08:17:23 +01:00
..
default.nix eduke32: fix build by removing explicit header paths 2022-10-27 08:17:23 +01:00