firefox: enable webrender

This commit is contained in:
Gabriel Ebner 2017-12-09 17:40:57 +01:00
parent 5ae883b8c3
commit 3dc1274232

View File

@ -135,6 +135,9 @@ stdenv.mkDerivation (rec {
"--with-libclang-path=${llvmPackages.clang-unwrapped}/lib"
"--with-clang-path=${llvmPackages.clang}/bin/clang"
]
++ lib.optionals (stdenv.lib.versionAtLeast version "57") [
"--enable-webrender=build"
]
# TorBrowser patches these
++ lib.optionals (!isTorBrowserLike) [