about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules/qtwayland.nix
diff options
context:
space:
mode:
authorOPNA2608 <christoph.neidahl@gmail.com>2023-08-22 06:42:07 +0200
committerOPNA2608 <christoph.neidahl@gmail.com>2023-08-22 06:42:07 +0200
commit2f755a79da0689887154a5c582308808456753b2 (patch)
tree2bcd41b0dbfccb2370871cc361a3f4194cf0e01d /pkgs/development/libraries/qt-5/modules/qtwayland.nix
parent8ca5a5a7687c76d13ae3a4b2769778ed09acf574 (diff)
libsForQt5.qtwayland: Fix cross
Build needs to run wayland-scanner, so needs a native wayland.
Diffstat (limited to 'pkgs/development/libraries/qt-5/modules/qtwayland.nix')
-rw-r--r--pkgs/development/libraries/qt-5/modules/qtwayland.nix4
1 files changed, 2 insertions, 2 deletions
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