Merge pull request #27025 from corngood/firefox-drm-fix

firefox: fix the drmSupport option

authored by

Graham Christensen and committed by
GitHub
7fcddfe3 8df6d351

+1 -1
+1 -1
pkgs/applications/networking/browsers/firefox/common.nix
··· 153 ++ lib.optional googleAPISupport "--with-google-api-keyfile=ga" 154 ++ flag crashreporterSupport "crashreporter" 155 ++ flag safeBrowsingSupport "safe-browsing" 156 - ++ flag drmSupport "eme" 157 158 ++ (if debugBuild then [ "--enable-debug" "--enable-profiling" ] 159 else [ "--disable-debug" "--enable-release"
··· 153 ++ lib.optional googleAPISupport "--with-google-api-keyfile=ga" 154 ++ flag crashreporterSupport "crashreporter" 155 ++ flag safeBrowsingSupport "safe-browsing" 156 + ++ lib.optional drmSupport "--enable-eme=widevine" 157 158 ++ (if debugBuild then [ "--enable-debug" "--enable-profiling" ] 159 else [ "--disable-debug" "--enable-release"