guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit f914d3cd11203b4ec3bbdbba9eb482926c9ff5d0
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 e32a866068..104199a79e 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")