diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-14 18:06:29 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-14 18:09:13 +0200 |
commit | 52f82c1af046a1cdb7f2c7f676ae6c80c5baa502 (patch) | |
tree | f613abde761240853e1541439a8e01ac8625ee67 | |
parent | a3de623e4a960590127dc8a78d3db75834b62af7 (diff) | |
download | guix-52f82c1af046a1cdb7f2c7f676ae6c80c5baa502.tar.gz |
gnu: evince: Use poppler-next.
This fixes the following issue: ../evince-42.3/meson.build:416: WARNING: PDF support is disabled since poppler-glib version >= 22.02.0 or libxml-2.0 version >= 2.5.0 not found and restores PDF support. * gnu/packages/gnome.scm (evince)[inputs]: Use poppler-next.
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5d46033431..88e1fd88e9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2630,7 +2630,7 @@ forgotten when the session ends.") libspectre djvulibre ghostscript - poppler + poppler-next libtiff texlive-libkpathsea ; for DVI support gnome-desktop |