mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-16 17:13:21 +00:00
firefox-wrapper: restore supportsJDK removed from all-packages.nix
This commit is contained in:
parent
45121d9dfc
commit
4021a5d6c1
|
@ -36,6 +36,11 @@ let
|
|||
gssSupport = browser.gssSupport or false;
|
||||
jre = cfg.jre or false;
|
||||
icedtea = cfg.icedtea or false;
|
||||
supportsJDK =
|
||||
stdenv.system == "i686-linux" ||
|
||||
stdenv.system == "x86_64-linux" ||
|
||||
stdenv.system == "armv7l-linux" ||
|
||||
stdenv.system == "aarch64-linux";
|
||||
|
||||
plugins =
|
||||
assert !(jre && icedtea);
|
||||
|
|
Loading…
Reference in a new issue