vulkan-tools: use lib.getExe

This commit is contained in:
Florian Klink 2024-08-12 21:36:00 +03:00
parent efaee7c99b
commit 1120942b91

View File

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
dontPatchELF = true;
env.PKG_CONFIG_WAYLAND_SCANNER_WAYLAND_SCANNER = "${lib.getBin buildPackages.wayland-scanner}/bin/wayland-scanner";
env.PKG_CONFIG_WAYLAND_SCANNER_WAYLAND_SCANNER = lib.getExe buildPackages.wayland-scanner;
cmakeFlags = [
# Don't build the mock ICD as it may get used instead of other drivers, if installed