summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2019-06-03 07:47:54 +0200
committerDaniël de Kok <me@danieldk.eu>2019-06-03 09:16:13 +0200
commit3093e35f8ff8be2d7ff508af6430dfce62f1151a (patch)
tree217b9a5ca36b9246df1b590eb0457df7175343d6 /pkgs/top-level
parentc619bbbbef3a1a80171029314bf5c621386e4ed8 (diff)
downloadnixpkgs-3093e35f8ff8be2d7ff508af6430dfce62f1151a.tar
nixpkgs-3093e35f8ff8be2d7ff508af6430dfce62f1151a.tar.gz
nixpkgs-3093e35f8ff8be2d7ff508af6430dfce62f1151a.tar.bz2
nixpkgs-3093e35f8ff8be2d7ff508af6430dfce62f1151a.tar.lz
nixpkgs-3093e35f8ff8be2d7ff508af6430dfce62f1151a.tar.xz
nixpkgs-3093e35f8ff8be2d7ff508af6430dfce62f1151a.tar.zst
nixpkgs-3093e35f8ff8be2d7ff508af6430dfce62f1151a.zip
bittorrentSync: remove
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/aliases.nix3
-rw-r--r--pkgs/top-level/all-packages.nix4
2 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index de397996b2a..acd02e0d8f7 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -49,6 +49,9 @@ mapAliases ({
   bashCompletion = bash-completion; # Added 2016-09-28
   bridge_utils = bridge-utils;  # added 2015-02-20
   btrfsProgs = btrfs-progs; # added 2016-01-03
+  bittorrentSync = throw "bittorrentSync has been deprecated by resilio-sync."; # added 2019-06-03
+  bittorrentSync14 = throw "bittorrentSync14 has been deprecated by resilio-sync."; # added 2019-06-03
+  bittorrentSync20 = throw "bittorrentSync20 has been deprecated by resilio-sync."; # added 2019-06-03
   buildPerlPackage = perlPackages.buildPerlPackage; # added 2018-10-12
   bundler_HEAD = bundler; # added 2015-11-15
   cantarell_fonts = cantarell-fonts; # added 2018-03-03
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 6246cc4a5fb..3af78b9f552 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -20043,10 +20043,6 @@ in
 
   resilio-sync = callPackage ../applications/networking/resilio-sync { };
 
-  bittorrentSync = bittorrentSync14;
-  bittorrentSync14 = callPackage ../applications/networking/bittorrentsync/1.4.x.nix { };
-  bittorrentSync20 = callPackage ../applications/networking/bittorrentsync/2.0.x.nix { };
-
   dropbox = callPackage ../applications/networking/dropbox { };
 
   dropbox-cli = callPackage ../applications/networking/dropbox/cli.nix { };