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/overlay.nix
Normal file
15
packages/overlay.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
final: prev: {
|
||||
widevine-helium =
|
||||
if prev.stdenv.hostPlatform.system == "aarch64-linux" then
|
||||
prev.callPackage ./helium-browser/widevine-aarch64-linux.nix { }
|
||||
else
|
||||
null;
|
||||
|
||||
helium-browser = prev.callPackage (builtins.path { path = ./helium-browser/package.nix; }) { };
|
||||
|
||||
strawberry-master = prev.callPackage (builtins.path {
|
||||
path = ./strawberry/package.nix;
|
||||
}) { };
|
||||
|
||||
widevine-firefox = prev.callPackage (builtins.path { path = ./widevine-firefox/package.nix; }) { };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue