mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-13 08:30:38 +02:00
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>