···427428 buildFlags = if atLeast17 then [ "images" ] else [ "all" ];
429430- separateDebugInfo = true;
431- __structuredAttrs = true;
432433 # -j flag is explicitly rejected by the build system:
434 # Error: 'make -jN' is not supported, use 'make JOBS=N'
···427428 buildFlags = if atLeast17 then [ "images" ] else [ "all" ];
429430+ separateDebugInfo = atLeast11;
431+ __structuredAttrs = atLeast11;
432433 # -j flag is explicitly rejected by the build system:
434 # Error: 'make -jN' is not supported, use 'make JOBS=N'