epsonscan2: move qt5 out of toplevel (#428843)

This commit is contained in:
Yohann Boniface
2025-08-17 04:53:32 +02:00
committed by GitHub
2 changed files with 3 additions and 8 deletions
+3 -4
View File
@@ -15,8 +15,7 @@
libtool,
libusb1,
makeDesktopItem,
qtbase,
wrapQtAppsHook,
qt5,
withGui ? true,
withNonFreePlugins ? false,
@@ -81,7 +80,7 @@ stdenv.mkDerivation {
]
++ lib.optionals withGui [
imagemagick # to make icons
wrapQtAppsHook
qt5.wrapQtAppsHook
]
++ lib.optionals withNonFreePlugins [
autoPatchelfHook
@@ -96,7 +95,7 @@ stdenv.mkDerivation {
]
++ lib.optionals withGui [
copyDesktopItems
qtbase
qt5.qtbase
]
++ lib.optionals withNonFreePlugins [
libtool.lib
-4
View File
@@ -15443,10 +15443,6 @@ with pkgs;
cups-pk-helper = callPackage ../misc/cups/cups-pk-helper.nix { };
epsonscan2 = callPackage ../by-name/ep/epsonscan2/package.nix {
inherit (qt5) wrapQtAppsHook qtbase;
};
foomatic-db-ppds-withNonfreeDb = callPackage ../by-name/fo/foomatic-db-ppds/package.nix {
withNonfreeDb = true;
};