guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 3505319ce9b437f72e72f35184869475173a54f6
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 63933cb879..8a17748bed 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2672,7 +2672,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")