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:
parent
61e01e599d
commit
78a64543a9
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue