lxqt.qterminal: add qtwayland to the dependence list

This commit is contained in:
José Romildo
2024-06-02 07:06:16 -03:00
parent ac314c2c5c
commit f250907b64
+2
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 { };