wip: aarch64 widevine for helium

This commit is contained in:
Sean Kovacs 2025-11-19 13:51:39 -05:00
commit 8240479389
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 28 additions and 6 deletions

View file

@ -7,6 +7,8 @@
autoPatchelfHook,
makeWrapper,
helium-widevine,
# runtime dependencies
xorg,
libGL,
@ -104,6 +106,9 @@ stdenv.mkDerivation rec {
cp -r ${xzName}/* $out/opt/helium/
chmod +x $out/opt/helium/chrome-wrapper $out/opt/helium/chrome
cp -r ${helium-widevine}/share/helium/WidevineCdm $out/opt/helium/
makeWrapper $out/opt/helium/chrome-wrapper $out/bin/helium-browser \
--chdir $out/opt/helium \
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH:${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}" \