jdk8: disable structuredAttrs
I don't know why this helps. I don't WANT to know why this helps. This is a horrible hack.
This commit is contained in:
parent
1e13373d93
commit
3586f415ff
@ -427,8 +427,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
buildFlags = if atLeast17 then [ "images" ] else [ "all" ];
|
buildFlags = if atLeast17 then [ "images" ] else [ "all" ];
|
||||||
|
|
||||||
separateDebugInfo = true;
|
separateDebugInfo = atLeast11;
|
||||||
__structuredAttrs = true;
|
__structuredAttrs = atLeast11;
|
||||||
|
|
||||||
# -j flag is explicitly rejected by the build system:
|
# -j flag is explicitly rejected by the build system:
|
||||||
# Error: 'make -jN' is not supported, use 'make JOBS=N'
|
# Error: 'make -jN' is not supported, use 'make JOBS=N'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user