kiwix: update qt5 to qt6 (#438901)

This commit is contained in:
Mauricio Collares
2025-09-08 12:35:20 -03:00
committed by GitHub
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
@@ -12117,7 +12117,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 { };