guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 85313d448c6ed664c3e0142eaf3862f10a1f6b47
Author: Sughosha <[email protected]>
AuthorDate: Sun Jul 5 07:40:00 2026 +0530
gnu: papers: Replace poppler-next with poppler.
* gnu/packages/gnome.scm (papers)[inputs]: Remove poppler-next; add poppler.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 400375893c..028c3e4b1f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2757,7 +2757,7 @@ on the GNOME Desktop with a single simple application.")
libspelling
libtiff
nautilus ; for nautilus extension
- poppler-next
+ poppler
zlib
(cargo-inputs 'papers)))
(home-page "https://apps.gnome.org/Papers")