torbrowser: comment out the warning, as it got displayed in irrelevant contexts

This commit is contained in:
Michael Raskin 2017-04-30 12:09:12 +02:00
parent 1dd3ba924b
commit 71306c71c0

View File

@ -4226,11 +4226,11 @@ with pkgs;
tor-arm = callPackage ../tools/security/tor/tor-arm.nix { };
# added 2017-04-05
torbrowser = builtins.trace ''
torbrowser = /* builtins.trace ''
WARNING: torbrowser package was renamed to tor-browser-bundle-bin.
Also, consider using nix-built tor-browser-unwrapped package instead. Read its longDescription.
'' tor-browser-bundle-bin;
'' */ tor-browser-bundle-bin;
tor-browser-bundle-bin = callPackage ../applications/networking/browsers/tor-browser-bundle-bin { };