guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 227ea275fbecb8cadbcce71290bd64cb0179a3fa
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 2aad7c76ae4..e86ba6eb6b3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2734,7 +2734,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")