Merge pull request #316679 from NixOS/backport-316634-to-release-24.05

[Backport release-24.05] lxqt.qterminal: add qtwayland to the dependence list
This commit is contained in:
Weijia Wang 2024-06-02 19:39:27 +02:00 committed by GitHub
commit eb99a0d39c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@
, qtbase
, qtermwidget
, qttools
, qtwayland
, wrapQtAppsHook
, gitUpdater
, nixosTests
@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
buildInputs = [
qtbase
qtermwidget
qtwayland
];
passthru.updateScript = gitUpdater { };