···44 "SHAREWARE=${if buildShareware then "1" else "0"}"
45 ];
4647- # when using SDL_compat instead of SDL1, SDL_mixer isn't correctly detected,
48- # but there is no harm just specifying it
49- env.NIX_CFLAGS_COMPILE = toString [
50- "-I${lib.getDev SDL_mixer}/include/SDL"
51- ];
52-53 installPhase = ''
54 runHook preInstall
55