calibre: migrate to by-name

This commit is contained in:
qubitnano 2024-10-19 20:19:24 -04:00
parent 1cdd25c9cd
commit eaaca55ee2
3 changed files with 6 additions and 9 deletions

View File

@ -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; [

View File

@ -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;
};