From 2aa25051f757220e2433a8a7660f219bc895f405 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 11 Feb 2023 09:56:02 +0000 Subject: [PATCH] wio: 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/by-name/wi/wio/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/wi/wio/package.nix b/pkgs/by-name/wi/wio/package.nix index 5982f80cef36..b41db6fcf2a3 100644 --- a/pkgs/by-name/wi/wio/package.nix +++ b/pkgs/by-name/wi/wio/package.nix @@ -10,6 +10,7 @@ , meson , ninja , pkg-config +, wayland-scanner , udev , unstableGitUpdater , wayland @@ -34,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: { meson ninja pkg-config + wayland-scanner ]; buildInputs = [