* Don't propagate the teTeX dependency.

svn path=/nixpkgs/trunk/; revision=8262
This commit is contained in:
Eelco Dolstra 2007-03-12 12:56:06 +00:00
parent cf04579cc5
commit c9c70b8d75
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ stdenv.mkDerivation {
md5 = "c59edf035ae6e19b64b1ae920fea28e7";
};
propagatedBuildInputs = [tetex lazylist];
buildInputs = [tetex];
propagatedBuildInputs = [lazylist];
inherit tetex;
}