poppler-qt4: fix rendering, fixes #6366

The subpixel patches seem to cause trouble in recent versions.
This commit is contained in:
Vladimír Čunát 2015-02-18 21:38:23 +01:00
parent 1b0409896e
commit a9e4fc1079

View file

@ -61,7 +61,7 @@ let
poppler_glib = poppler_drv "glib" { };
poppler_qt4 = poppler_drv "qt4" {
patches = [ qtcairo_patch ];
#patches = [ qtcairo_patch ]; # text rendering artifacts in recent versions
propagatedBuildInputs = [ qt4 poppler_glib ];
NIX_LDFLAGS = "-lpoppler";
postConfigure = ''