From 2bc828695e40156109eda0ec20f8a4d163f64677 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 11 Feb 2023 09:46:53 +0000 Subject: [PATCH] maliit-framework: depend on wayland-scanner Otherwise, wayland-scanner would be picked up from the wayland in buildInputs, which isn't cross-friendly and will stop working when we split wayland-scanner into a separate package. --- pkgs/applications/misc/maliit-framework/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/misc/maliit-framework/default.nix b/pkgs/applications/misc/maliit-framework/default.nix index 3407af8df3d7..7093524fc04d 100644 --- a/pkgs/applications/misc/maliit-framework/default.nix +++ b/pkgs/applications/misc/maliit-framework/default.nix @@ -20,6 +20,7 @@ , doxygen , pkg-config , wayland-protocols +, wayland-scanner }: mkDerivation rec { @@ -62,6 +63,7 @@ mkDerivation rec { doxygen pkg-config wayland-protocols + wayland-scanner ]; preConfigure = ''