From 5f628d773b57dd4a7b12301273669bb39a43f79e Mon Sep 17 00:00:00 2001 From: Taiju HIGASHI Date: Thu, 3 Feb 2022 15:23:02 +0900 Subject: [PATCH] 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 . * gnu/packages/pdf.scm (poppler)[inputs]: Add poppler-data. Signed-off-by: Liliana Marie Prikler --- gnu/packages/pdf.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index c79d941b20..d1c672f7dc 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -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