mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
chromium: Merge pull request #9112 from @benley.
Addresses problems loading the WideVine plugin. I can't actually test it by myself, but I'm merging this because according to issue #8479, WideVine currently isn't working on Nix(OS), so we can't get worse than that. Thanks a whole lot to @benley, I probably would have spent hours or even days to debug this nasty typo.
This commit is contained in:
commit
baf1d58432
@ -53,7 +53,7 @@ let
|
||||
wvDescription = "Playback of encrypted HTML audio/video content";
|
||||
wvMimeTypes = "application/x-ppapi-widevine-cdm";
|
||||
wvModule = "$widevine/lib/libwidevinecdmadapter.so";
|
||||
wvInfo = "#${wvName}#${wvDescription}:${wvMimeTypes}";
|
||||
wvInfo = "#${wvName}#${wvDescription};${wvMimeTypes}";
|
||||
in ''
|
||||
flashVersion="$(
|
||||
sed -n -r 's/.*"version": "([^"]+)",.*/\1/p' PepperFlash/manifest.json
|
||||
|
Loading…
Reference in New Issue
Block a user