summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-09-05 22:49:18 +0200
committerDomen Kožar <domen@dev.si>2014-09-05 22:49:31 +0200
commitb420eeba44c8428bf90f4655d94cc336c49ffec4 (patch)
tree3c28ea2408dc4e7d13b5ad50c9fad6a32083c201 /doc
parent718106e958cbd872ecf3e08a451b80f68f950dae (diff)
downloadnixpkgs-b420eeba44c8428bf90f4655d94cc336c49ffec4.tar
nixpkgs-b420eeba44c8428bf90f4655d94cc336c49ffec4.tar.gz
nixpkgs-b420eeba44c8428bf90f4655d94cc336c49ffec4.tar.bz2
nixpkgs-b420eeba44c8428bf90f4655d94cc336c49ffec4.tar.lz
nixpkgs-b420eeba44c8428bf90f4655d94cc336c49ffec4.tar.xz
nixpkgs-b420eeba44c8428bf90f4655d94cc336c49ffec4.tar.zst
nixpkgs-b420eeba44c8428bf90f4655d94cc336c49ffec4.zip
remove bittorrent package since it's obsolete
Diffstat (limited to 'doc')
-rw-r--r--doc/quick-start.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/quick-start.xml b/doc/quick-start.xml
index 0f11a906d77..c0f96f87152 100644
--- a/doc/quick-start.xml
+++ b/doc/quick-start.xml
@@ -93,17 +93,6 @@ $ git add pkgs/development/libraries/libfoo/default.nix</screen>
         </listitem>
 
         <listitem>
-          <para>BitTorrent (wxPython-based): <link
-          xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/networking/p2p/bittorrent/default.nix"><filename>pkgs/tools/networking/p2p/bittorrent/default.nix</filename></link>.
-          Uses an external <link
-          xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/networking/p2p/bittorrent/builder.sh">build
-          script</link>, which can be useful if you have lots of code
-          that you don’t want cluttering up the Nix expression.  But
-          external builders are mostly obsolete.
-          </para>
-        </listitem>
-
-        <listitem>
           <para>Thunderbird: <link
           xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/mailreaders/thunderbird/default.nix"><filename>pkgs/applications/networking/mailreaders/thunderbird/default.nix</filename></link>.
           Lots of dependencies.</para>