firefoxPackages.tor-browser: carry over more configureFlags from upstream
These are taken from `tor-browser-build.git` repository.
This commit is contained in:
parent
6ed479de0c
commit
ec4a7a02ca
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue