aaa
This commit is contained in:
parent
3a3884cc9e
commit
a0181c5e0b
2 changed files with 4 additions and 2 deletions
|
|
@ -20,7 +20,6 @@
|
||||||
(chromium.override {
|
(chromium.override {
|
||||||
enableWideVine = true;
|
enableWideVine = true;
|
||||||
})
|
})
|
||||||
widevine-cdm
|
|
||||||
strawberry-master
|
strawberry-master
|
||||||
spotify-player
|
spotify-player
|
||||||
input-leap
|
input-leap
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,9 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = widevine-cdm.meta // {
|
meta = widevine-cdm.meta // {
|
||||||
platforms = [ "aarch64-linux" ];
|
platforms = [
|
||||||
|
"aarch64-linux"
|
||||||
|
"x86_64-linux"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue