* Added a bunch of descriptions.

svn path=/nixpkgs/trunk/; revision=6705
This commit is contained in:
Eelco Dolstra
2006-10-11 16:45:55 +00:00
parent 7d16a56b6f
commit 6006d61835
22 changed files with 85 additions and 1 deletions
+4
View File
@@ -17,4 +17,8 @@ stdenv.mkDerivation {
--with-store-dir=${storeDir} --localstatedir=${stateDir}
--with-aterm=${aterm} --with-bdb=${db4} --with-bzip2=${bzip2}
--disable-init-state";
meta = {
description = "The Nix Deployment System";
};
}
+4
View File
@@ -19,4 +19,8 @@ stdenv.mkDerivation {
patches = [./environment.patch];
setupHook = ./setup-hook.sh;
meta = {
description = "A full-featured (La)TeX distribution";
};
}