From 410282c621bbbf83d5cfcb802ec7cadb6e46f07d Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 15 Dec 2025 14:26:21 +0100 Subject: [PATCH] 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 06dbd4973c9..d04fc200083 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")