dosbox-x: Fix modem & IPX support

This commit is contained in:
OPNA2608 2023-11-30 15:10:51 +01:00
parent 0f58b779ca
commit 9c4b232941

View File

@ -66,6 +66,9 @@ stdenv.mkDerivation (finalAttrs: {
Cocoa
];
# Tests for SDL_net.h for modem & IPX support, not automatically picked up due to being in SDL2 subdirectory
env.NIX_CFLAGS_COMPILE = "-I${lib.getDev SDL2_net}/include/SDL2";
configureFlags = [ "--enable-sdl2" ];
enableParallelBuilding = true;