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
|
{ stdenv, lib, fetchurl, fetchpatch, pkgconfig, libiconv, libintlOrEmpty
|
||||||
, zlib, curl, cairo, freetype, fontconfig, lcms, libjpeg, openjpeg
|
, zlib, curl, cairo, freetype, fontconfig, lcms, libjpeg, openjpeg
|
||||||
, withData ? false, poppler_data
|
, withData ? true, poppler_data
|
||||||
, qt4Support ? false, qt4 ? null
|
, qt4Support ? false, qt4 ? null
|
||||||
, qt5Support ? false, qtbase ? null
|
, qt5Support ? false, qtbase ? null
|
||||||
, introspectionSupport ? false, gobjectIntrospection ? null
|
, introspectionSupport ? false, gobjectIntrospection ? null
|
||||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
glib
|
glib
|
||||||
cairo
|
cairo
|
||||||
pango
|
pango
|
||||||
(poppler.override { withData = true; })
|
poppler
|
||||||
fontforge
|
fontforge
|
||||||
openjdk8
|
openjdk8
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user