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