chromium: Set use_vaapi=!stdenv.isAarch64 for M87

I've removed that option in 063b3699083 but forgot that M87 still
defaults to use_vaapi=false.
This commit is contained in:
Michael Weiss 2020-11-28 17:35:17 +01:00
parent e239c8b340
commit fb0239c654
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -216,6 +216,7 @@ let
is_official_build = true;
is_debug = false;
use_vaapi = !stdenv.isAarch64; # TODO: Remove once M88 is released
proprietary_codecs = false;
use_sysroot = false;
use_gnome_keyring = gnomeKeyringSupport;