* More descriptions.

svn path=/nixpkgs/trunk/; revision=6709
This commit is contained in:
Eelco Dolstra
2006-10-12 10:53:16 +00:00
parent ccd9579ada
commit 368c196a62
17 changed files with 70 additions and 5 deletions
@@ -11,4 +11,8 @@ stdenv.mkDerivation {
inherit ncurses;
buildInputs = [ncurses];
meta = {
description = "The most popular clone of the VI editor";
};
}