From 52f82c1af046a1cdb7f2c7f676ae6c80c5baa502 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Wed, 14 Sep 2022 18:06:29 +0200 Subject: 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. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/gnome.scm') 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 @@ (define-public evince libspectre djvulibre ghostscript - poppler + poppler-next libtiff texlive-libkpathsea ; for DVI support gnome-desktop -- cgit v1.2.3