isync: use qt5 instead of libsForQt5.qt5

This commit is contained in:
Doron Behar
2026-06-05 09:06:02 +03:00
parent 13a70fb17c
commit aa7dbe4bf3
+3 -3
View File
@@ -12,7 +12,7 @@
libgcrypt,
xkeyboard_config,
libthai,
libsForQt5,
qt5,
}:
let
@@ -36,7 +36,7 @@ let
nativeBuildInputs = [
dpkg
autoPatchelfHook
libsForQt5.qt5.wrapQtAppsHook
qt5.wrapQtAppsHook
];
buildInputs = [
@@ -46,7 +46,7 @@ let
libgcrypt
libthai
]
++ (with libsForQt5; [ qt5.qtvirtualkeyboard ]);
++ [ qt5.qtvirtualkeyboard ];
installPhase = ''
runHook preInstall