···150150 # These get built but don't get executed by default, yet they get installed when tests are enabled
151151 "-DMIR_BUILD_PERFORMANCE_TESTS=OFF"
152152 "-DMIR_BUILD_PLATFORM_TEST_HARNESS=OFF"
153153+ # https://github.com/MirServer/mir/issues/2987
154154+ # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106799
155155+ "-DMIR_USE_PRECOMPILED_HEADERS=OFF"
153156 ];
154157155158 doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;