This commit is contained in:
Sean Kovacs 2025-11-11 21:20:43 -05:00
commit a0181c5e0b
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 4 additions and 2 deletions

View file

@ -20,7 +20,6 @@
(chromium.override {
enableWideVine = true;
})
widevine-cdm
strawberry-master
spotify-player
input-leap

View file

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