make sure widevine-firefox is only applied to aarch64

This commit is contained in:
Sean Kovacs 2025-12-03 16:28:25 -05:00
commit 373f1b85cc
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 7 additions and 3 deletions

View file

@ -16,7 +16,6 @@ stdenv.mkDerivation {
meta = widevine-cdm.meta // {
platforms = [
"aarch64-linux"
"x86_64-linux"
];
};
}