dosbox: Fix modem & IPX support

This commit is contained in:
OPNA2608 2023-11-30 15:13:33 +01:00
parent 9c4b232941
commit 10f8c5444a

View File

@ -50,6 +50,9 @@ stdenv.mkDerivation rec {
libGLU
]);
# Tests for SDL_net.h for modem & IPX support, not automatically picked up due to being in SDL subdirectory
env.NIX_CFLAGS_COMPILE = "-I${lib.getDev SDL_net}/include/SDL";
hardeningDisable = [ "format" ];
configureFlags = lib.optional stdenv.isDarwin "--disable-sdltest";