vulkan-cts: 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 18:59:16 +03:00
committed by Florian Klink
parent c528719312
commit 2e7aab8885
@@ -91,6 +91,10 @@ stdenv.mkDerivation (finalAttrs: {
wayland-scanner
];
depsBuildBuild = [
pkg-config
];
cmakeFlags = [
# Fix cts cmake not coping with absolute install dirs
"-DCMAKE_INSTALL_BINDIR=bin"