Unverified Commit edcb8078 authored by Aras14HD's avatar Aras14HD
Browse files

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.
parent 0987f8f2
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
{
  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
Original line number Diff line number Diff line
@@ -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 { };