mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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_qt4 = poppler_drv "qt4" {
|
||||
patches = [ qtcairo_patch ];
|
||||
#patches = [ qtcairo_patch ]; # text rendering artifacts in recent versions
|
||||
propagatedBuildInputs = [ qt4 poppler_glib ];
|
||||
NIX_LDFLAGS = "-lpoppler";
|
||||
postConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user