qMasterPassword: back to qt5, qtstyleplugins missing in qt6

This commit is contained in:
teutat3s 2022-11-21 19:53:13 +01:00
parent 1969d7d85c
commit 4e2b7d7a92
Signed by untrusted user: teutat3s
GPG key ID: 18DAE600A6BBE705
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,6 @@
, qmake , qmake
, qtbase , qtbase
, qttools , qttools
, qtwayland
, openssl , openssl
, libscrypt , libscrypt
, wrapQtAppsHook , wrapQtAppsHook
@ -23,7 +22,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-VQ1ZkXaZ5sUbtWa/GreTr5uXvnZ2Go6owJ2ZBK25zns="; sha256 = "sha256-VQ1ZkXaZ5sUbtWa/GreTr5uXvnZ2Go6owJ2ZBK25zns=";
}; };
buildInputs = [ qtbase qtwayland libX11 libXtst openssl libscrypt ]; buildInputs = [ qtbase libX11 libXtst openssl libscrypt ];
nativeBuildInputs = [ qmake qttools wrapQtAppsHook ]; nativeBuildInputs = [ qmake qttools wrapQtAppsHook ];
# Upstream install is mostly defunct. It hardcodes target.path and doesn't # Upstream install is mostly defunct. It hardcodes target.path and doesn't

View file

@ -37108,7 +37108,7 @@ with pkgs;
gtk2 = gtk2-x11; gtk2 = gtk2-x11;
}; };
qMasterPassword = qt6Packages.callPackage ../applications/misc/qMasterPassword { }; qMasterPassword = libsForQt5.callPackage ../applications/misc/qMasterPassword { };
qtrvsim = libsForQt5.callPackage ../applications/science/computer-architecture/qtrvsim { }; qtrvsim = libsForQt5.callPackage ../applications/science/computer-architecture/qtrvsim { };