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

openjfx11: require-big-parallel
This commit is contained in:
Alexander Bantyev 2021-11-19 22:16:12 +03:00 committed by GitHub
commit 8ac9859d73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;