openjfx11: require-big-parallel

This commit is contained in:
Alexander Bantyev 2021-11-19 21:14:04 +03:00
parent 74ec351fc2
commit c8f846893c
No known key found for this signature in database
GPG Key ID: E081FF12ADCB4AD5

View File

@ -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;