mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
chromium/plugins: Fix widevine substitution
Fixes: #12840 Related to:61042a5
61042a5
changes the replaced token from $something to @something@. This commit repeats that change in one additional location used by the WideVine plugin
This commit is contained in:
parent
9a5a967d0d
commit
a5a5c1d9cd
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ let
|
|||
wvName = "Widevine Content Decryption Module";
|
||||
wvDescription = "Playback of encrypted HTML audio/video content";
|
||||
wvMimeTypes = "application/x-ppapi-widevine-cdm";
|
||||
wvModule = "$widevine/lib/libwidevinecdmadapter.so";
|
||||
wvModule = "@widevine@/lib/libwidevinecdmadapter.so";
|
||||
wvInfo = "#${wvName}#${wvDescription};${wvMimeTypes}";
|
||||
in ''
|
||||
flashVersion="$(
|
||||
|
|
Loading…
Reference in a new issue