* Don't propagate the teTeX dependency.
svn path=/nixpkgs/trunk/; revision=8262
This commit is contained in:
parent
cf04579cc5
commit
c9c70b8d75
|
@ -11,7 +11,8 @@ stdenv.mkDerivation {
|
|||
md5 = "c59edf035ae6e19b64b1ae920fea28e7";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [tetex lazylist];
|
||||
buildInputs = [tetex];
|
||||
propagatedBuildInputs = [lazylist];
|
||||
|
||||
inherit tetex;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue