guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: poppler: Add poppler-data.


From: guix-commits
Subject: 01/06: gnu: poppler: Add poppler-data.
Date: Sat, 5 Feb 2022 18:57:38 -0500 (EST)

lilyp pushed a commit to branch core-updates
in repository guix.

commit 5f628d773b57dd4a7b12301273669bb39a43f79e
Author: Taiju HIGASHI <higashi@taiju.info>
AuthorDate: Thu Feb 3 15:23:02 2022 +0900

    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>
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]