jdk8: disable structuredAttrs (#425561)

authored by K900 and committed by GitHub 91e56b89 abee95e4

+2 -2
+2 -2
pkgs/development/compilers/openjdk/generic.nix
··· 427 427 428 428 buildFlags = if atLeast17 then [ "images" ] else [ "all" ]; 429 429 430 - separateDebugInfo = true; 431 - __structuredAttrs = true; 430 + separateDebugInfo = atLeast11; 431 + __structuredAttrs = atLeast11; 432 432 433 433 # -j flag is explicitly rejected by the build system: 434 434 # Error: 'make -jN' is not supported, use 'make JOBS=N'