libwpe-fdo: depend on wayland-scanner

Currently wayland-scanner is defined to be wayland.bin, but we want to
split wayland-scanner into a separate package.
This commit is contained in:
Alyssa Ross 2023-02-11 10:01:21 +00:00 committed by Florian Klink
parent c18e0463fb
commit 8714155dd0

View File

@ -4,6 +4,7 @@
, meson
, pkg-config
, ninja
, wayland-scanner
, wayland
, libepoxy
, glib
@ -30,7 +31,7 @@ stdenv.mkDerivation rec {
pkg-config
meson
ninja
wayland
wayland-scanner
];
buildInputs = [