gnu: ungoogled-chromium: Explicitly disable Widevine.

* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Add
'enable_widevine=false' to #:configure-flags.
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -390,6 +390,7 @@ depends = linux_rooted\n")))
"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"