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:
@@ -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 = [
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user