mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: poppler: Add poppler-data.
In order to make poppler support CJK and Cyrillic scripts, one of the following has to be done: 1. Build poppler with poppler-data as input. 2. Add poppler-data into poppler's output path. A simple union-build is not enough, as reported in <https://issues.guix.gnu.org/53536>. * gnu/packages/pdf.scm (poppler)[inputs]: Add poppler-data. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
6ac6a7e020
commit
5f628d773b
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ please install the @code{flyer-composer-gui} package.")))
|
|||
("libtiff" ,libtiff)
|
||||
("lcms" ,lcms)
|
||||
("openjpeg" ,openjpeg)
|
||||
("poppler-data", poppler-data)
|
||||
("zlib" ,zlib)
|
||||
|
||||
;; To build poppler-glib (as needed by Evince), we need Cairo and
|
||||
|
|
Loading…
Add table
Reference in a new issue