guix_mirror_bot pushed a commit to branch qt
in repository guix.
commit 00f7b0b46068ee933df6e6965148a38707822150
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Oct 22 23:27:45 2025 +0200
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 b18e62e3db..223dffa328 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/")