openjfx11: require-big-parallel
This commit is contained in:
parent
74ec351fc2
commit
c8f846893c
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ in makePackage {
|
|||
|
||||
passthru.deps = deps;
|
||||
|
||||
# Uses a lot of RAM, OOMs otherwise
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://openjdk.java.net/projects/openjfx/";
|
||||
license = licenses.gpl2;
|
||||
|
|
Loading…
Reference in a new issue