mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
torbrowser: rename to tor-browser-bundle-bin
This commit is contained in:
parent
00a0b8a574
commit
48ec680ddb
@ -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}");
|
@ -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 ''
|
||||
[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 = callPackage ../applications/networking/browsers/tor-browser-bundle-bin { };
|
||||
|
||||
touchegg = callPackage ../tools/inputmethods/touchegg { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user