Merge pull request #32515 from gebner/firefox_webrender

firefox: enable webrender

authored by Gabriel Ebner and committed by GitHub f336bd43 8768295f

+3
+3
pkgs/applications/networking/browsers/firefox/common.nix
··· 135 135 "--with-libclang-path=${llvmPackages.clang-unwrapped}/lib" 136 136 "--with-clang-path=${llvmPackages.clang}/bin/clang" 137 137 ] 138 + ++ lib.optionals (stdenv.lib.versionAtLeast version "57") [ 139 + "--enable-webrender=build" 140 + ] 138 141 139 142 # TorBrowser patches these 140 143 ++ lib.optionals (!isTorBrowserLike) [