dosbox-staging: discard redundant option

This commit is contained in:
Joshua Fern 2021-10-10 16:59:42 -07:00
parent 28efdf72da
commit 076ce97202

View File

@ -22,7 +22,6 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ gtest meson ninja pkg-config ];
buildInputs = [ alsa-lib fluidsynth libGL libGLU libogg libpng munt opusfile SDL2 SDL2_net ];
enableParallelBuilding = true;
hardeningDisable = [ "format" ];
mesonFlags = [