poppler: Include poppler encoding data by default

authored by midchildan and committed by Nikolay Amiantov 586abbf7 e284740d

+2 -2
+1 -1
pkgs/development/libraries/poppler/default.nix
··· 1 1 { stdenv, lib, fetchurl, fetchpatch, pkgconfig, libiconv, libintlOrEmpty 2 2 , zlib, curl, cairo, freetype, fontconfig, lcms, libjpeg, openjpeg 3 - , withData ? false, poppler_data 3 + , withData ? true, poppler_data 4 4 , qt4Support ? false, qt4 ? null 5 5 , qt5Support ? false, qtbase ? null 6 6 , introspectionSupport ? false, gobjectIntrospection ? null
+1 -1
pkgs/tools/typesetting/pdf2htmlEX/default.nix
··· 32 32 glib 33 33 cairo 34 34 pango 35 - (poppler.override { withData = true; }) 35 + poppler 36 36 fontforge 37 37 openjdk8 38 38 ];