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";
|
channel = "stable";
|
||||||
pulseSupport = config.pulseaudio or true;
|
pulseSupport = config.pulseaudio or true;
|
||||||
enablePepperFlash = config.chromium.enablePepperFlash or false;
|
enablePepperFlash = config.chromium.enablePepperFlash or false;
|
||||||
|
enableWideVine = config.chromium.enableWideVine or false;
|
||||||
hiDPISupport = config.chromium.hiDPISupport or false;
|
hiDPISupport = config.chromium.hiDPISupport or false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user