mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
Merge pull request #146654 from NixOS/balsoft/openjfx-make-big-parallel
openjfx11: require-big-parallel
This commit is contained in:
commit
8ac9859d73
|
@ -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