qgnomeplatform: fix qt5 build

This commit is contained in:
Lily Foster 2023-01-10 21:35:24 -05:00
parent 6abb95c344
commit 15e2b2e3f0
No known key found for this signature in database
GPG key ID: 49340081E484C893

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.