lxqt.qterminal: add qtwayland to the dependence list
This commit is contained in:
parent
ac314c2c5c
commit
f250907b64
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user