guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit fb93d33b7575a086da8d8e937ab590a5280f1024
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 3ef15c632e..5f224b8341 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2755,7 +2755,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")