···50 "-Dvulkan-registry=${vulkan-headers}/share/vulkan/registry/vk.xml"
51 "-Ddemos=false" # Don't build and install the demo programs
52 "-Dd3d11=disabled" # Disable the Direct3D 11 based renderer
0053 ];
5455 meta = with lib; {
···50 "-Dvulkan-registry=${vulkan-headers}/share/vulkan/registry/vk.xml"
51 "-Ddemos=false" # Don't build and install the demo programs
52 "-Dd3d11=disabled" # Disable the Direct3D 11 based renderer
53+ ] ++ lib.optionals stdenv.isDarwin [
54+ "-Dunwind=disabled" # libplacebo doesn’t build with `darwin.libunwind`
55 ];
5657 meta = with lib; {