gnu: ungoogled-chromium: Explicitly disable Widevine.

* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Add
'enable_widevine=false' to #:configure-flags.
This commit is contained in:
Marius Bakke 2019-02-21 08:43:46 +01:00
parent 61e01e599d
commit 78a64543a9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -390,6 +390,7 @@ (define-public ungoogled-chromium
"enable_reporting=false"
"enable_service_discovery=false"
"enable_swiftshader=false"
"enable_widevine=false"
;; Disable type-checking for the Web UI to avoid a Java dependency.
"closure_compile=false"