sqlitestudio: use qt5 instead of libsForQt5.qt5

This commit is contained in:
Doron Behar
2026-06-05 09:06:04 +03:00
parent f32eca55c7
commit 7372919063
+10 -14
View File
@@ -2,7 +2,7 @@
stdenv,
lib,
fetchFromGitHub,
libsForQt5,
qt5,
readline,
tcl,
python3,
@@ -25,24 +25,20 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
copyDesktopItems
]
++ (with libsForQt5.qt5; [
qmake
qttools
wrapQtAppsHook
]);
qt5.qmake
qt5.qttools
qt5.wrapQtAppsHook
];
buildInputs = [
readline
tcl
python3
]
++ (with libsForQt5.qt5; [
qtbase
qtsvg
qtdeclarative
qtscript
]);
qt5.qtbase
qt5.qtsvg
qt5.qtdeclarative
qt5.qtscript
];
qmakeFlags = [
"./SQLiteStudio3"