Merge pull request #210133 from lilyinstarlight/fix/qgnomeplatform

qgnomeplatform: fix qt5 build
This commit is contained in:
Bobby Rong 2023-01-11 11:55:47 +08:00 committed by GitHub
commit 66626be382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,11 +44,11 @@ stdenv.mkDerivation rec {
glib
gtk3
qtbase
qtwayland
] ++ lib.optionals (!useQt6) [
adwaita-qt
] ++ lib.optionals useQt6 [
adwaita-qt6
qtwayland
];
# Qt setup hook complains about missing `wrapQtAppsHook` otherwise.