Merge pull request #146654 from NixOS/balsoft/openjfx-make-big-parallel

openjfx11: require-big-parallel

authored by

Alexander Bantyev and committed by
GitHub
8ac9859d 2d97acad

+3
+3
pkgs/development/compilers/openjdk/openjfx/11.nix
··· 108 108 109 109 passthru.deps = deps; 110 110 111 + # Uses a lot of RAM, OOMs otherwise 112 + requiredSystemFeatures = [ "big-parallel" ]; 113 + 111 114 meta = with lib; { 112 115 homepage = "http://openjdk.java.net/projects/openjfx/"; 113 116 license = licenses.gpl2;