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