kiwix: update qt5 to qt6

The current qt5 version of qtwebengine (5.15.19) has been marked insecure. As kiwix supports qt6 switching to that is the simplest solution.
This commit is contained in:
Aras14HD
2025-09-08 17:24:34 +02:00
parent 0987f8f26d
commit edcb807891
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -1,6 +1,6 @@
{
lib,
mkDerivation,
stdenv,
fetchFromGitHub,
nix-update-script,
libkiwix,
@@ -10,10 +10,11 @@
qtwebengine,
qtsvg,
qtimageformats,
wrapQtAppsHook,
aria2,
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "kiwix";
version = "2.4.1";
@@ -27,6 +28,7 @@ mkDerivation rec {
nativeBuildInputs = [
qmake
pkg-config
wrapQtAppsHook
];
buildInputs = [
+1 -1
View File
@@ -12125,7 +12125,7 @@ with pkgs;
k4dirstat = libsForQt5.callPackage ../applications/misc/k4dirstat { };
kiwix = libsForQt5.callPackage ../applications/misc/kiwix { };
kiwix = qt6Packages.callPackage ../applications/misc/kiwix { };
kiwix-tools = callPackage ../applications/misc/kiwix/tools.nix { };