use older libpng for tetex

svn path=/nixpkgs/trunk/; revision=29368
This commit is contained in:
Rob Vermaas 2011-09-19 21:37:05 +00:00
parent 78acc23d18
commit 6e0c059235

View file

@ -8349,7 +8349,9 @@ let
splix = callPackage ../misc/cups/drivers/splix { };
tetex = callPackage ../misc/tex/tetex { };
tetex = callPackage ../misc/tex/tetex {
libpng = libpng12;
};
tex4ht = callPackage ../misc/tex/tex4ht { };