mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
chromium: Allow enableWideVine in nixpkgs.config.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
690a845de9
commit
7d9fb8625e
@ -9155,6 +9155,7 @@ let
|
||||
channel = "stable";
|
||||
pulseSupport = config.pulseaudio or true;
|
||||
enablePepperFlash = config.chromium.enablePepperFlash or false;
|
||||
enableWideVine = config.chromium.enableWideVine or false;
|
||||
hiDPISupport = config.chromium.hiDPISupport or false;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user