This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch next-master
in repository guix.
The following commit(s) were added to refs/heads/next-master by this push:
new 1d523ea01d gnu: zeal: Remove unreferenced Qt5 input.
1d523ea01d is described below
commit 1d523ea01d1c03fbc99ce7d956be656af8ea369c
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Dec 15 14:26:21 2025 +0100
gnu: zeal: Remove unreferenced Qt5 input.
This is a follow-up to commit 00f7b0b46068ee933df6e6965148a38707822150 .
* gnu/packages/documentation.scm (zeal)[inputs]: Remove qtx11extras.
Change-Id: I65863b20a365b7c076a84b6109046ef8a09ed19f
---
gnu/packages/documentation.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index 06dbd4973c..d04fc20008 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -435,7 +435,6 @@ the Net to search for documents which are not on the local
system.")
qtwayland
qtwebchannel
qtwebengine
- qtx11extras
xcb-util-keysyms))
(home-page "https://zealdocs.org/")
(synopsis "Offline documentation browser inspired by Dash")