gtk-layer-shell: 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 2023-02-10 13:14:04 +00:00 committed by Florian Klink
parent b97d2b7eb1
commit 7850b56683

View File

@ -42,6 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
gtk-doc
docbook-xsl-nons
docbook_xml_dtd_43
wayland-scanner
vala
wayland-scanner
];