guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit f9478da80d96f8dd6ec4fbaed2cd31bc1599ca5f
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 6ec5b69767..cccbe1f001 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")