Added some descriptions.

svn path=/nixpkgs/trunk/; revision=8920
This commit is contained in:
Michael Raskin
2007-06-26 11:49:45 +00:00
parent 4512585cd5
commit 42f841bcab
9 changed files with 34 additions and 0 deletions
@@ -16,4 +16,8 @@ stdenv.mkDerivation {
wxPython26+"/lib/python2.4/site-packages/wx-2.6-gtk2-unicode; "+
"python `which btdownloadgui.py` --ipv6_enabled 1 --ipv6_binds_v4 0 \"$@\";' >"+
"$out/bin/bittornado ; chmod a+rx $out/bin/bittornado;";
meta = {
description = "Bittorrent client with IPv6 support.";
};
}
+4
View File
@@ -8,4 +8,8 @@ stdenv.mkDerivation {
};
buildInputs = [gettext];
meta = {
description = "A console downloading program. Has some features for mirroring sites.";
};
}