mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
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
@ -251,8 +251,10 @@ stdenv.mkDerivation rec {
|
|||||||
# and wants these
|
# and wants these
|
||||||
++ lib.optionals isTorBrowserLike ([
|
++ lib.optionals isTorBrowserLike ([
|
||||||
"--with-tor-browser-version=${tbversion}"
|
"--with-tor-browser-version=${tbversion}"
|
||||||
|
"--with-distribution-id=org.torproject"
|
||||||
"--enable-signmar"
|
"--enable-signmar"
|
||||||
"--enable-verify-mar"
|
"--enable-verify-mar"
|
||||||
|
"--enable-bundled-fonts"
|
||||||
])
|
])
|
||||||
|
|
||||||
++ flag alsaSupport "alsa"
|
++ flag alsaSupport "alsa"
|
||||||
|
Loading…
Reference in New Issue
Block a user