ruffle: fix building on darwin

This commit is contained in:
Jasi
2025-08-05 19:20:59 -04:00
parent 8d4fa332df
commit 91c2eb95b5
+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