guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit bc504bf6d8aa943a68808a4b29fdaec5fa4b729b
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Jan 7 12:06:33 2026 +0100

    gnu: xiphos: Refresh deprecated input.
    
    * gnu/packages/books.scm (xiphos)[native-inputs]: Replace atk
    by at-spi2-core.
    
    Change-Id: Ie945affc7fd71fedb882872206ad28f399f947fa
---
 gnu/packages/books.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/books.scm b/gnu/packages/books.scm
index 0ebe09a178..cff31da693 100644
--- a/gnu/packages/books.scm
+++ b/gnu/packages/books.scm
@@ -302,7 +302,7 @@ software, with support for multiple texts and languages.")
     (build-system cmake-build-system)
     (native-inputs (list appstream
                          appstream-glib
-                         atk
+                         at-spi2-core
                          biblesync
                          desktop-file-utils ;for 'desktop-file-validate'
                          (list glib "bin")

Reply via email to