poppler-qt4: fix rendering, fixes #6366
The subpixel patches seem to cause trouble in recent versions.
This commit is contained in:
parent
1b0409896e
commit
a9e4fc1079
@ -61,7 +61,7 @@ let
|
|||||||
poppler_glib = poppler_drv "glib" { };
|
poppler_glib = poppler_drv "glib" { };
|
||||||
|
|
||||||
poppler_qt4 = poppler_drv "qt4" {
|
poppler_qt4 = poppler_drv "qt4" {
|
||||||
patches = [ qtcairo_patch ];
|
#patches = [ qtcairo_patch ]; # text rendering artifacts in recent versions
|
||||||
propagatedBuildInputs = [ qt4 poppler_glib ];
|
propagatedBuildInputs = [ qt4 poppler_glib ];
|
||||||
NIX_LDFLAGS = "-lpoppler";
|
NIX_LDFLAGS = "-lpoppler";
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user