qtwirediff: add qtwayland to build inputs (#221520)

GUI applications are supposed to add qtwayland to buildInputs, see #174946 for details

Co-authored-by: Janik H <janik@aq0.de>
This commit is contained in:
Janik
2023-03-16 19:35:34 +01:00
committed by GitHub
co-authored by Janik H
parent 4a47938cf4
commit ec1e3b40e6
@@ -3,6 +3,7 @@
, fetchFromGitHub
, qtbase
, qmake
, qtwayland
, wrapQtAppsHook
, wireshark-cli
}:
@@ -26,6 +27,7 @@ stdenv.mkDerivation {
buildInputs = [
qtbase
qtwayland
];
installPhase = ''