openjdk: __structuredAttrs = true

needed for separateDebugInfo = true
This commit is contained in:
Guillaume Girol
2025-06-14 22:14:55 +02:00
parent 318b8c61bd
commit 4f3fd5b70e
@@ -428,6 +428,7 @@ stdenv.mkDerivation (finalAttrs: {
buildFlags = if atLeast17 then [ "images" ] else [ "all" ];
separateDebugInfo = true;
__structuredAttrs = true;
# -j flag is explicitly rejected by the build system:
# Error: 'make -jN' is not supported, use 'make JOBS=N'