forked from mirrors/nixpkgs
Merge pull request #27025 from corngood/firefox-drm-fix
firefox: fix the drmSupport option
This commit is contained in:
commit
7fcddfe388
|
@ -153,7 +153,7 @@ stdenv.mkDerivation (rec {
|
|||
++ lib.optional googleAPISupport "--with-google-api-keyfile=ga"
|
||||
++ flag crashreporterSupport "crashreporter"
|
||||
++ flag safeBrowsingSupport "safe-browsing"
|
||||
++ flag drmSupport "eme"
|
||||
++ lib.optional drmSupport "--enable-eme=widevine"
|
||||
|
||||
++ (if debugBuild then [ "--enable-debug" "--enable-profiling" ]
|
||||
else [ "--disable-debug" "--enable-release"
|
||||
|
|
Loading…
Reference in a new issue