Commit eaaca55e authored by qubitnano's avatar qubitnano
Browse files

calibre: migrate to by-name

parent 1cdd25c9
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -20,12 +20,9 @@
, podofo
, poppler_utils
, python3Packages
, qmake
, qtbase
, qtwayland
, qt6
, speechd-minimal
, sqlite
, wrapQtAppsHook
, xdg-utils
, wrapGAppsHook3
, popplerSupport ? true
@@ -71,9 +68,9 @@ stdenv.mkDerivation (finalAttrs: {
  nativeBuildInputs = [
    cmake
    pkg-config
    qmake
    qt6.qmake
    qt6.wrapQtAppsHook
    wrapGAppsHook3
    wrapQtAppsHook
  ];

  buildInputs = [
@@ -92,8 +89,8 @@ stdenv.mkDerivation (finalAttrs: {
    piper-tts
    podofo
    poppler_utils
    qtbase
    qtwayland
    qt6.qtbase
    qt6.qtwayland
    sqlite
    (python3Packages.python.withPackages
      (ps: with ps; [
+1 −1
Original line number Diff line number Diff line
@@ -28365,7 +28365,7 @@ with pkgs;
  calculix = callPackage ../applications/science/math/calculix { };
  calibre = qt6Packages.callPackage ../applications/misc/calibre {
  calibre = callPackage ../by-name/ca/calibre/package.nix {
    podofo = podofo010;
  };