poppler: Include poppler encoding data by default
This commit is contained in:
parent
e284740dd5
commit
586abbf737
@ -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
|
||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
glib
|
||||
cairo
|
||||
pango
|
||||
(poppler.override { withData = true; })
|
||||
poppler
|
||||
fontforge
|
||||
openjdk8
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user