treewide: replace inherit (libsForQt5) with libsForQt5.callPackage where possible

Will help with cross compilation.
This commit is contained in:
eryngion 2023-12-04 11:00:18 +03:00
parent f0b6f1fb27
commit e4c124c5a1

View File

@ -2689,10 +2689,7 @@ with pkgs;
emulationstation = callPackage ../applications/emulators/emulationstation { }; emulationstation = callPackage ../applications/emulators/emulationstation { };
fceux = callPackage ../applications/emulators/fceux { fceux = libsForQt5.callPackage ../applications/emulators/fceux { lua = lua5_1; };
lua = lua5_1;
inherit (libsForQt5) wrapQtAppsHook;
};
firebird-emu = libsForQt5.callPackage ../applications/emulators/firebird-emu { }; firebird-emu = libsForQt5.callPackage ../applications/emulators/firebird-emu { };
@ -29181,9 +29178,7 @@ with pkgs;
comfortaa = callPackage ../data/fonts/comfortaa { }; comfortaa = callPackage ../data/fonts/comfortaa { };
colloid-kde = callPackage ../data/themes/colloid-kde { colloid-kde = libsForQt5.callPackage ../data/themes/colloid-kde { };
inherit (libsForQt5) kdeclarative plasma-framework plasma-workspace;
};
comic-mono = callPackage ../data/fonts/comic-mono { }; comic-mono = callPackage ../data/fonts/comic-mono { };
@ -29399,9 +29394,7 @@ with pkgs;
graphite-gtk-theme = callPackage ../data/themes/graphite-gtk-theme { }; graphite-gtk-theme = callPackage ../data/themes/graphite-gtk-theme { };
graphite-kde-theme = callPackage ../data/themes/graphite-kde-theme { graphite-kde-theme = libsForQt5.callPackage ../data/themes/graphite-kde-theme { };
inherit (libsForQt5) kdeclarative plasma-framework plasma-workspace;
};
greybird = callPackage ../data/themes/greybird { }; greybird = callPackage ../data/themes/greybird { };
@ -29538,9 +29531,7 @@ with pkgs;
layan-gtk-theme = callPackage ../data/themes/layan-gtk-theme { }; layan-gtk-theme = callPackage ../data/themes/layan-gtk-theme { };
layan-kde = callPackage ../data/themes/layan-kde { layan-kde = libsForQt5.callPackage ../data/themes/layan-kde { };
inherit (libsForQt5) kdeclarative plasma-framework plasma-workspace;
};
lao = callPackage ../data/fonts/lao { }; lao = callPackage ../data/fonts/lao { };
@ -29744,9 +29735,7 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Foundation SystemConfiguration; inherit (darwin.apple_sdk.frameworks) Foundation SystemConfiguration;
}; };
nordic = callPackage ../data/themes/nordic { nordic = libsForQt5.callPackage ../data/themes/nordic { };
inherit (libsForQt5) breeze-icons plasma-framework plasma-workspace;
};
nordzy-cursor-theme = callPackage ../data/icons/nordzy-cursor-theme { }; nordzy-cursor-theme = callPackage ../data/icons/nordzy-cursor-theme { };
@ -29905,9 +29894,7 @@ with pkgs;
qogir-icon-theme = callPackage ../data/icons/qogir-icon-theme { }; qogir-icon-theme = callPackage ../data/icons/qogir-icon-theme { };
qogir-kde = callPackage ../data/themes/qogir-kde { qogir-kde = libsForQt5.callPackage ../data/themes/qogir-kde { };
inherit (libsForQt5) kdeclarative plasma-framework plasma-workspace;
};
qogir-theme = callPackage ../data/themes/qogir { }; qogir-theme = callPackage ../data/themes/qogir { };
@ -30197,9 +30184,7 @@ with pkgs;
unscii = callPackage ../data/fonts/unscii { }; unscii = callPackage ../data/fonts/unscii { };
utterly-nord-plasma = callPackage ../data/themes/utterly-nord-plasma { utterly-nord-plasma = libsForQt5.callPackage ../data/themes/utterly-nord-plasma { };
inherit (libsForQt5) breeze-icons kdeclarative kirigami2 plasma-framework plasma-workspace;
};
utterly-round-plasma-style = callPackage ../data/themes/utterly-round-plasma-style { }; utterly-round-plasma-style = callPackage ../data/themes/utterly-round-plasma-style { };
@ -30245,9 +30230,7 @@ with pkgs;
whitesur-icon-theme = callPackage ../data/icons/whitesur-icon-theme { }; whitesur-icon-theme = callPackage ../data/icons/whitesur-icon-theme { };
whitesur-kde = callPackage ../data/themes/whitesur-kde { whitesur-kde = libsForQt5.callPackage ../data/themes/whitesur-kde { };
inherit (libsForQt5) kdeclarative plasma-framework plasma-workspace;
};
wireless-regdb = callPackage ../data/misc/wireless-regdb { }; wireless-regdb = callPackage ../data/misc/wireless-regdb { };
@ -35296,9 +35279,7 @@ with pkgs;
simple-scan = gnome.simple-scan; simple-scan = gnome.simple-scan;
sioyek = callPackage ../applications/misc/sioyek { sioyek = libsForQt5.callPackage ../applications/misc/sioyek { };
inherit (libsForQt5) qmake qt3d qtbase wrapQtAppsHook;
};
siproxd = callPackage ../applications/networking/siproxd { }; siproxd = callPackage ../applications/networking/siproxd { };
@ -36369,9 +36350,7 @@ with pkgs;
vwm = callPackage ../applications/window-managers/vwm { }; vwm = callPackage ../applications/window-managers/vwm { };
vym = callPackage ../applications/misc/vym { vym = libsForQt5.callPackage ../applications/misc/vym { };
inherit (libsForQt5) qmake qtscript qtsvg qtbase wrapQtAppsHook;
};
wad = callPackage ../tools/security/wad { }; wad = callPackage ../tools/security/wad { };