Unverified Commit 91e56b89 authored by K900's avatar K900 Committed by GitHub
Browse files

jdk8: disable structuredAttrs (#425561)

parents abee95e4 3586f415
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -427,8 +427,8 @@ stdenv.mkDerivation (finalAttrs: {

  buildFlags = if atLeast17 then [ "images" ] else [ "all" ];

  separateDebugInfo = true;
  __structuredAttrs = true;
  separateDebugInfo = atLeast11;
  __structuredAttrs = atLeast11;

  # -j flag is explicitly rejected by the build system:
  #     Error: 'make -jN' is not supported, use 'make JOBS=N'