wip: aarch64 widevine for helium
This commit is contained in:
parent
5cae12f76f
commit
8240479389
3 changed files with 28 additions and 6 deletions
|
|
@ -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}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue