mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #210133 from lilyinstarlight/fix/qgnomeplatform
qgnomeplatform: fix qt5 build
This commit is contained in:
commit
66626be382
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue