ruffle: fix building on darwin (#431276)

This commit is contained in:
Peder Bergebakken Sundt
2025-08-21 01:14:51 +02:00
committed by GitHub
+1 -1
View File
@@ -75,7 +75,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
else
null;
runtimeDependencies = [
runtimeDependencies = lib.optionals stdenv.hostPlatform.isLinux [
wayland
xorg.libXcursor
xorg.libXrandr