tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libplacebo: fix build on Darwin
Randy Eckenrode
3 years ago
8087d356
249e904a
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libplacebo
default.nix
+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
53
+
] ++ lib.optionals stdenv.isDarwin [
54
54
+
"-Dunwind=disabled" # libplacebo doesn’t build with `darwin.libunwind`
53
55
];
54
56
55
57
meta = with lib; {