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 "--with-libclang-path=${llvmPackages.clang-unwrapped}/lib" 136 "--with-clang-path=${llvmPackages.clang}/bin/clang" 137 ] 138 139 # TorBrowser patches these 140 ++ lib.optionals (!isTorBrowserLike) [
··· 135 "--with-libclang-path=${llvmPackages.clang-unwrapped}/lib" 136 "--with-clang-path=${llvmPackages.clang}/bin/clang" 137 ] 138 + ++ lib.optionals (stdenv.lib.versionAtLeast version "57") [ 139 + "--enable-webrender=build" 140 + ] 141 142 # TorBrowser patches these 143 ++ lib.optionals (!isTorBrowserLike) [