From 2f755a79da0689887154a5c582308808456753b2 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Tue, 22 Aug 2023 06:42:07 +0200 Subject: libsForQt5.qtwayland: Fix cross Build needs to run wayland-scanner, so needs a native wayland. --- pkgs/development/libraries/qt-5/modules/qtwayland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/qt-5/modules/qtwayland.nix') diff --git a/pkgs/development/libraries/qt-5/modules/qtwayland.nix b/pkgs/development/libraries/qt-5/modules/qtwayland.nix index edb15b0b48b1c..0faabf3752a25 100644 --- a/pkgs/development/libraries/qt-5/modules/qtwayland.nix +++ b/pkgs/development/libraries/qt-5/modules/qtwayland.nix @@ -1,10 +1,10 @@ -{ qtModule, qtbase, qtquickcontrols, wayland, pkg-config }: +{ qtModule, qtbase, qtquickcontrols, wayland, wayland-scanner, pkg-config }: qtModule { pname = "qtwayland"; qtInputs = [ qtbase qtquickcontrols ]; buildInputs = [ wayland ]; - nativeBuildInputs = [ pkg-config ]; + nativeBuildInputs = [ pkg-config wayland-scanner ]; outputs = [ "out" "dev" "bin" ]; patches = [ # NixOS-specific, ensure that app_id is correctly determined for -- cgit 1.4.1