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.
This commit is contained in:
Alyssa Ross
2024-08-11 22:41:56 +03:00
committed by Florian Klink
parent b46f93f04b
commit 2aa25051f7
+2
View File
@@ -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 = [