From 00f7b0b46068ee933df6e6965148a38707822150 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 22 Oct 2025 23:27:45 +0200 Subject: [PATCH] gnu: zeal: Move to Qt6. * gnu/packages/documentation.scm (zeal)[inputs]: Remove qtbase-5, qtdeclarative-5, qtwayland-5, qtwebchannel-5, qtwebengine-5, and qtquickcontrols-5; add qtdeclarative, qtwayland, qtwebchannel, and qtwebengine. Change-Id: Ic4c5d2694b082d403874cf3cf01a579fa0527724 --- gnu/packages/documentation.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index b18e62e3db9f71124a023d50c36efb238c10c9a9..223dffa328c0ae068467f0662da9cf496f6a201b 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -423,6 +423,7 @@ the Net to search for documents which are not on the local system.") (build-system qt-build-system) (arguments (list + #:qtbase qtbase #:tests? #f)) ;no tests (native-inputs (list extra-cmake-modules pkg-config)) @@ -430,12 +431,10 @@ the Net to search for documents which are not on the local system.") (list bash-minimal libarchive sqlite - qtbase-5 - qtdeclarative-5 - qtwayland-5 - qtwebchannel-5 - qtwebengine-5 - qtquickcontrols-5 + qtdeclarative + qtwayland + qtwebchannel + qtwebengine qtx11extras xcb-util-keysyms)) (home-page "https://zealdocs.org/")