summary refs log tree commit diff
path: root/pkgs/tools/networking/p2p
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-11 16:45:55 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-11 16:45:55 +0000
commit6006d61835316e2f3281581e1e8dc6a2cce10c2a (patch)
tree73521efc4401334b0a107e868bd90ca241bd9270 /pkgs/tools/networking/p2p
parent7d16a56b6f08bf73fb10385a3bfd25a4e9cd2970 (diff)
downloadnixlib-6006d61835316e2f3281581e1e8dc6a2cce10c2a.tar
nixlib-6006d61835316e2f3281581e1e8dc6a2cce10c2a.tar.gz
nixlib-6006d61835316e2f3281581e1e8dc6a2cce10c2a.tar.bz2
nixlib-6006d61835316e2f3281581e1e8dc6a2cce10c2a.tar.lz
nixlib-6006d61835316e2f3281581e1e8dc6a2cce10c2a.tar.xz
nixlib-6006d61835316e2f3281581e1e8dc6a2cce10c2a.tar.zst
nixlib-6006d61835316e2f3281581e1e8dc6a2cce10c2a.zip
* Added a bunch of descriptions.
svn path=/nixpkgs/trunk/; revision=6705
Diffstat (limited to 'pkgs/tools/networking/p2p')
-rw-r--r--pkgs/tools/networking/p2p/bittorrent/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/networking/p2p/bittorrent/default.nix b/pkgs/tools/networking/p2p/bittorrent/default.nix
index f2ea431f11a3..825f149d84a4 100644
--- a/pkgs/tools/networking/p2p/bittorrent/default.nix
+++ b/pkgs/tools/networking/p2p/bittorrent/default.nix
@@ -9,4 +9,8 @@ stdenv.mkDerivation {
   };
   buildInputs = [python pygtk];
   inherit python pygtk makeWrapper;
+
+  meta = {
+    description = "The original client for the BitTorrent peer-to-peer file sharing protocol";
+  };
 }