chromium plugins: add meta.platforms (#48495)
to prevent their installation on aarch64
This commit is contained in:
parent
4b61dde1db
commit
2ad99a662d
@ -94,6 +94,8 @@ let
|
||||
envVars.NIX_CHROMIUM_PLUGIN_PATH_WIDEVINE = "@out@/lib";
|
||||
}}
|
||||
'';
|
||||
|
||||
meta.platforms = platforms.x86_64;
|
||||
};
|
||||
|
||||
flash = stdenv.mkDerivation rec {
|
||||
@ -133,6 +135,8 @@ let
|
||||
'';
|
||||
|
||||
dontStrip = true;
|
||||
|
||||
meta.platforms = platforms.x86_64;
|
||||
};
|
||||
|
||||
in {
|
||||
|
Loading…
Reference in New Issue
Block a user