firefox: enable webrender
This commit is contained in:
parent
5ae883b8c3
commit
3dc1274232
@ -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) [
|
||||
|
Loading…
Reference in New Issue
Block a user