Merge pull request #271988 from eryngion/qt5-easy-treewide-cross-fixes

Qt5 easy treewide cross fixes

authored by Weijia Wang and committed by GitHub a0c51665 f0814881

+11 -33
+1 -1
pkgs/applications/graphics/smartdeblur/default.nix
··· 1 - { stdenv, lib, fetchFromGitHub, cmake, fftw 1 + { stdenv, lib, fetchFromGitHub, fftw 2 2 , qtbase, qmake, wrapQtAppsHook }: 3 3 4 4 stdenv.mkDerivation rec {
-1
pkgs/applications/misc/vym/default.nix
··· 3 3 , fetchFromGitHub 4 4 , cmake 5 5 , pkg-config 6 - , qmake 7 6 , qtbase 8 7 , qtscript 9 8 , qtsvg
+10 -31
pkgs/top-level/all-packages.nix
··· 2689 2689 2690 2690 emulationstation = callPackage ../applications/emulators/emulationstation { }; 2691 2691 2692 - fceux = callPackage ../applications/emulators/fceux { 2693 - lua = lua5_1; 2694 - inherit (libsForQt5) wrapQtAppsHook; 2695 - }; 2692 + fceux = libsForQt5.callPackage ../applications/emulators/fceux { lua = lua5_1; }; 2696 2693 2697 2694 firebird-emu = libsForQt5.callPackage ../applications/emulators/firebird-emu { }; 2698 2695 ··· 29181 29178 29182 29179 comfortaa = callPackage ../data/fonts/comfortaa { }; 29183 29180 29184 - colloid-kde = callPackage ../data/themes/colloid-kde { 29185 - inherit (libsForQt5) kdeclarative plasma-framework plasma-workspace; 29186 - }; 29181 + colloid-kde = libsForQt5.callPackage ../data/themes/colloid-kde { }; 29187 29182 29188 29183 comic-mono = callPackage ../data/fonts/comic-mono { }; 29189 29184 ··· 29399 29394 29400 29395 graphite-gtk-theme = callPackage ../data/themes/graphite-gtk-theme { }; 29401 29396 29402 - graphite-kde-theme = callPackage ../data/themes/graphite-kde-theme { 29403 - inherit (libsForQt5) kdeclarative plasma-framework plasma-workspace; 29404 - }; 29397 + graphite-kde-theme = libsForQt5.callPackage ../data/themes/graphite-kde-theme { }; 29405 29398 29406 29399 greybird = callPackage ../data/themes/greybird { }; 29407 29400 ··· 29538 29531 29539 29532 layan-gtk-theme = callPackage ../data/themes/layan-gtk-theme { }; 29540 29533 29541 - layan-kde = callPackage ../data/themes/layan-kde { 29542 - inherit (libsForQt5) kdeclarative plasma-framework plasma-workspace; 29543 - }; 29534 + layan-kde = libsForQt5.callPackage ../data/themes/layan-kde { }; 29544 29535 29545 29536 lao = callPackage ../data/fonts/lao { }; 29546 29537 ··· 29744 29735 inherit (darwin.apple_sdk.frameworks) Foundation SystemConfiguration; 29745 29736 }; 29746 29737 29747 - nordic = callPackage ../data/themes/nordic { 29748 - inherit (libsForQt5) breeze-icons plasma-framework plasma-workspace; 29749 - }; 29738 + nordic = libsForQt5.callPackage ../data/themes/nordic { }; 29750 29739 29751 29740 nordzy-cursor-theme = callPackage ../data/icons/nordzy-cursor-theme { }; 29752 29741 ··· 29905 29894 29906 29895 qogir-icon-theme = callPackage ../data/icons/qogir-icon-theme { }; 29907 29896 29908 - qogir-kde = callPackage ../data/themes/qogir-kde { 29909 - inherit (libsForQt5) kdeclarative plasma-framework plasma-workspace; 29910 - }; 29897 + qogir-kde = libsForQt5.callPackage ../data/themes/qogir-kde { }; 29911 29898 29912 29899 qogir-theme = callPackage ../data/themes/qogir { }; 29913 29900 ··· 30197 30184 30198 30185 unscii = callPackage ../data/fonts/unscii { }; 30199 30186 30200 - utterly-nord-plasma = callPackage ../data/themes/utterly-nord-plasma { 30201 - inherit (libsForQt5) breeze-icons kdeclarative kirigami2 plasma-framework plasma-workspace; 30202 - }; 30187 + utterly-nord-plasma = libsForQt5.callPackage ../data/themes/utterly-nord-plasma { }; 30203 30188 30204 30189 utterly-round-plasma-style = callPackage ../data/themes/utterly-round-plasma-style { }; 30205 30190 ··· 30245 30230 30246 30231 whitesur-icon-theme = callPackage ../data/icons/whitesur-icon-theme { }; 30247 30232 30248 - whitesur-kde = callPackage ../data/themes/whitesur-kde { 30249 - inherit (libsForQt5) kdeclarative plasma-framework plasma-workspace; 30250 - }; 30233 + whitesur-kde = libsForQt5.callPackage ../data/themes/whitesur-kde { }; 30251 30234 30252 30235 wireless-regdb = callPackage ../data/misc/wireless-regdb { }; 30253 30236 ··· 35296 35279 35297 35280 simple-scan = gnome.simple-scan; 35298 35281 35299 - sioyek = callPackage ../applications/misc/sioyek { 35300 - inherit (libsForQt5) qmake qt3d qtbase wrapQtAppsHook; 35301 - }; 35282 + sioyek = libsForQt5.callPackage ../applications/misc/sioyek { }; 35302 35283 35303 35284 siproxd = callPackage ../applications/networking/siproxd { }; 35304 35285 ··· 36369 36350 36370 36351 vwm = callPackage ../applications/window-managers/vwm { }; 36371 36352 36372 - vym = callPackage ../applications/misc/vym { 36373 - inherit (libsForQt5) qmake qtscript qtsvg qtbase wrapQtAppsHook; 36374 - }; 36353 + vym = libsForQt5.callPackage ../applications/misc/vym { }; 36375 36354 36376 36355 wad = callPackage ../tools/security/wad { }; 36377 36356