qMasterPassword: back to qt5, qtstyleplugins missing in qt6

teutat3s 4e2b7d7a 1969d7d8

+2 -3
+1 -2
pkgs/applications/misc/qMasterPassword/default.nix
··· 6 6 , qmake 7 7 , qtbase 8 8 , qttools 9 - , qtwayland 10 9 , openssl 11 10 , libscrypt 12 11 , wrapQtAppsHook ··· 23 22 sha256 = "sha256-VQ1ZkXaZ5sUbtWa/GreTr5uXvnZ2Go6owJ2ZBK25zns="; 24 23 }; 25 24 26 - buildInputs = [ qtbase qtwayland libX11 libXtst openssl libscrypt ]; 25 + buildInputs = [ qtbase libX11 libXtst openssl libscrypt ]; 27 26 nativeBuildInputs = [ qmake qttools wrapQtAppsHook ]; 28 27 29 28 # Upstream install is mostly defunct. It hardcodes target.path and doesn't
+1 -1
pkgs/top-level/all-packages.nix
··· 37108 37108 gtk2 = gtk2-x11; 37109 37109 }; 37110 37110 37111 - qMasterPassword = qt6Packages.callPackage ../applications/misc/qMasterPassword { }; 37111 + qMasterPassword = libsForQt5.callPackage ../applications/misc/qMasterPassword { }; 37112 37112 37113 37113 qtrvsim = libsForQt5.callPackage ../applications/science/computer-architecture/qtrvsim { }; 37114 37114