···339339340340 passthru.execdir = "/bin";
341341 meta = with stdenv.lib; {
342342- description = "An unofficial version of the tor browser bundle, built from source";
342342+ description = "An unofficial version of the Tor Browser Bundle, built from source";
343343+ longDescription = ''
344344+ Tor Browser Bundle is a bundle of the Tor daemon, Tor Browser (heavily patched version of
345345+ Firefox), several essential extensions for Tor Browser, and some tools that glue those
346346+ together with a convenient UI.
347347+348348+ `tor-browser-bundle-bin` package is the official version built by torproject.org patched with
349349+ `patchelf` to work under nix and with bundled scripts adapted to the read-only nature of
350350+ the `/nix/store`.
351351+352352+ `tor-browser-bundle` package is the version built completely from source. It reuses the `tor`
353353+ package for the tor daemon, `firefoxPackages.tor-browser` package for the tor-browser, and
354354+ builds all the extensions from source.
355355+356356+ Note that `tor-browser-bundle` package is not only built from source, but also bundles Tor
357357+ Browser differently from the official `tor-browser-bundle-bin` implementation. The official
358358+ Tor Browser is not a normal UNIX program and is heavily patched for its use in the Tor Browser
359359+ Bundle (which `tor-browser-bundle-bin` package then has to work around for the read-only
360360+ /nix/store). Meanwhile, `firefoxPackages.tor-browser` reverts all those patches, allowing
361361+ `firefoxPackages.tor-browser` to be used independently of the bundle, and then implements what
362362+ `tor-browser-bundle` needs for the bundling using a much simpler patch. See the
363363+ longDescription and expression of the `firefoxPackages.tor-browser` package for more info.
364364+ '';
343365 homepage = https://torproject.org/;
344366 license = licenses.free;
345367 platforms = [ "x86_64-linux" ];