Skip to content

Commit

Permalink
chromium plugins: add meta.platforms (#48495)
Browse files Browse the repository at this point in the history
to prevent their installation on aarch64
  • Loading branch information
volth authored and xeji committed Oct 16, 2018
1 parent 4b61dde commit 2ad99a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/networking/browsers/chromium/plugins.nix
Expand Up @@ -94,6 +94,8 @@ let
envVars.NIX_CHROMIUM_PLUGIN_PATH_WIDEVINE = "@out@/lib";
}}
'';

meta.platforms = platforms.x86_64;
};

flash = stdenv.mkDerivation rec {
Expand Down Expand Up @@ -133,6 +135,8 @@ let
'';

dontStrip = true;

meta.platforms = platforms.x86_64;
};

in {
Expand Down

0 comments on commit 2ad99a6

Please sign in to comment.