Unverified Commit 8b8533f7 authored by Aliaksandr's avatar Aliaksandr
Browse files

kiwix: move to by-name

parent 2e1ebd17
Loading
Loading
Loading
Loading
+7 −12
Original line number Diff line number Diff line
@@ -5,12 +5,7 @@
  nix-update-script,
  libkiwix,
  pkg-config,
  qmake,
  qtbase,
  qtwebengine,
  qtsvg,
  qtimageformats,
  wrapQtAppsHook,
  qt6,
  aria2,
}:

@@ -30,17 +25,17 @@ stdenv.mkDerivation rec {
  ];

  nativeBuildInputs = [
    qmake
    qt6.qmake
    pkg-config
    wrapQtAppsHook
    qt6.wrapQtAppsHook
  ];

  buildInputs = [
    libkiwix
    qtbase
    qtwebengine
    qtsvg
    qtimageformats
    qt6.qtbase
    qt6.qtwebengine
    qt6.qtsvg
    qt6.qtimageformats
  ];

  qtWrapperArgs = [
+0 −2
Original line number Diff line number Diff line
@@ -10289,8 +10289,6 @@ with pkgs;

  k4dirstat = libsForQt5.callPackage ../applications/misc/k4dirstat { };

  kiwix = qt6Packages.callPackage ../applications/misc/kiwix { };

  klayout = libsForQt5.callPackage ../applications/misc/klayout { };

  kotatogram-desktop =