libplacebo: fix build on Darwin

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