wip: aarch64 widevine for helium
This commit is contained in:
parent
c52381a6d0
commit
7dba6d3bf4
8 changed files with 99 additions and 21 deletions
15
packages/helium-browser/widevine-meta.nix
Normal file
15
packages/helium-browser/widevine-meta.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
lib: {
|
||||
description = "Widevine CDM";
|
||||
homepage = "https://www.widevine.com";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [
|
||||
jlamur
|
||||
bearfm
|
||||
];
|
||||
platforms = lib.map (name: lib.removeSuffix ".nix" (lib.removePrefix "widevine-" name)) (
|
||||
lib.filter (name: name != "meta.nix" && name != "package.nix") (
|
||||
builtins.attrNames (builtins.readDir ./.)
|
||||
)
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue