From ec1e3b40e656676dcec2cb640ec8e3b7fb983e53 Mon Sep 17 00:00:00 2001 From: Janik <80165193+Janik-Haag@users.noreply.github.com> Date: Thu, 16 Mar 2023 19:35:34 +0100 Subject: [PATCH] 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 --- pkgs/applications/networking/sniffers/qtwirediff/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/sniffers/qtwirediff/default.nix b/pkgs/applications/networking/sniffers/qtwirediff/default.nix index 2b130aeb074f..bbeca8a747c2 100644 --- a/pkgs/applications/networking/sniffers/qtwirediff/default.nix +++ b/pkgs/applications/networking/sniffers/qtwirediff/default.nix @@ -3,6 +3,7 @@ , fetchFromGitHub , qtbase , qmake +, qtwayland , wrapQtAppsHook , wireshark-cli }: @@ -26,6 +27,7 @@ stdenv.mkDerivation { buildInputs = [ qtbase + qtwayland ]; installPhase = ''