* Added a bunch of descriptions.
svn path=/nixpkgs/trunk/; revision=6705
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -19,4 +19,8 @@ stdenv.mkDerivation {
|
||||
patches = [./environment.patch];
|
||||
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
meta = {
|
||||
description = "A full-featured (La)TeX distribution";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user