diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-08-05 11:47:46 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-05 11:47:59 +0200 |
| commit | 653e6e462ee60550865afcc114f144fc3210cffb (patch) | |
| tree | 21a2baeee216bf9ea3ca73529066bc0abf3cc2c0 /gnu/packages | |
| parent | 5e80cfcb584d2ad40e4038fe046cbba45e10462b (diff) | |
gnu: kiwix-desktop: Switch to Qt6.
Incidentally this fixes the build.
* gnu/packages/web.scm (kiwix-desktop)[inputs]: Remove qtbase-5,
qtdeclarative-5, qtwebchannel-5, qtwebengine-5, and qtwayland-5;
add qtbase, qtdeclarative, qtwebchannel, qtwebengine, and qtwayland.
[native-inputs]: Remove qtbase-5; add qtbase.
Change-Id: I442a297d811fa1fb067a496781c252bec94bc4c8
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/web.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 947fb6f800d..8c1f887a29a 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -9694,6 +9694,7 @@ It contains the code shared by all Kiwix ports.") (build-system qt-build-system) (arguments (list + #:qtbase qtbase #:tests? #f ; no tests #:modules '((guix build qt-build-system) ((guix build gnu-build-system) #:prefix gnu:) @@ -9715,17 +9716,17 @@ It contains the code shared by all Kiwix ports.") libmicrohttpd libzim pugixml - qtbase-5 - qtdeclarative-5 - qtwebchannel-5 - qtwebengine-5 - qtwayland-5 + qtbase + qtdeclarative + qtwebchannel + qtwebengine + qtwayland xapian zlib `(,zstd "lib"))) (native-inputs (list pkg-config - qtbase-5)) + qtbase)) (home-page "https://wiki.kiwix.org/wiki/Software") (synopsis "Viewer and manager of ZIM files") (description "Kiwix Desktop allows you to enjoy a lot of different content |
