firefoxPackages.tor-browser: carry over more configureFlags from upstream

These are taken from `tor-browser-build.git` repository.
This commit is contained in:
SLNOS 2019-03-15 00:00:00 +00:00 committed by Jan Malakhovski
parent 6ed479de0c
commit ec4a7a02ca

View file

@ -251,8 +251,10 @@ stdenv.mkDerivation rec {
# and wants these
++ lib.optionals isTorBrowserLike ([
"--with-tor-browser-version=${tbversion}"
"--with-distribution-id=org.torproject"
"--enable-signmar"
"--enable-verify-mar"
"--enable-bundled-fonts"
])
++ flag alsaSupport "alsa"