mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Merge pull request #210133 from lilyinstarlight/fix/qgnomeplatform
qgnomeplatform: fix qt5 build
This commit is contained in:
commit
66626be382
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user