torbrowser: rename to tor-browser-bundle-bin

This commit is contained in:
Jan Malakhovski 2017-04-07 23:02:13 +00:00 committed by Michael Raskin
parent 00a0b8a574
commit 48ec680ddb
2 changed files with 9 additions and 2 deletions

View File

@ -99,7 +99,7 @@ let
in
stdenv.mkDerivation rec {
name = "tor-browser-${version}";
name = "tor-browser-bundle-bin-${version}";
inherit version;
src = srcs."${stdenv.system}" or (throw "unsupported system: ${stdenv.system}");

View File

@ -4225,7 +4225,14 @@ with pkgs;
tor-arm = callPackage ../tools/security/tor/tor-arm.nix { };
torbrowser = callPackage ../applications/networking/browsers/torbrowser { };
# added 2017-04-05
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 = callPackage ../applications/networking/browsers/tor-browser-bundle-bin { };
touchegg = callPackage ../tools/inputmethods/touchegg { };