ruffle: fix building on darwin
This commit is contained in:
@@ -75,7 +75,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
else
|
||||
null;
|
||||
|
||||
runtimeDependencies = [
|
||||
runtimeDependencies = lib.optionals stdenv.hostPlatform.isLinux [
|
||||
wayland
|
||||
xorg.libXcursor
|
||||
xorg.libXrandr
|
||||
|
||||
Reference in New Issue
Block a user