torbrowser: comment out the warning, as it got displayed in irrelevant contexts
This commit is contained in:
parent
1dd3ba924b
commit
71306c71c0
@ -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 ''
|
||||
[1;31mWARNING[0m: 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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user