poppler: Include poppler encoding data by default

This commit is contained in:
midchildan 2017-05-26 10:09:22 +09:00 committed by Nikolay Amiantov
parent e284740dd5
commit 586abbf737
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ stdenv, lib, fetchurl, fetchpatch, pkgconfig, libiconv, libintlOrEmpty
, zlib, curl, cairo, freetype, fontconfig, lcms, libjpeg, openjpeg
, withData ? false, poppler_data
, withData ? true, poppler_data
, qt4Support ? false, qt4 ? null
, qt5Support ? false, qtbase ? null
, introspectionSupport ? false, gobjectIntrospection ? null

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
glib
cairo
pango
(poppler.override { withData = true; })
poppler
fontforge
openjdk8
];