roon-bridge: correctly set platforms

+1 -1
+1 -1
pkgs/servers/roon-bridge/default.nix
··· 70 homepage = "https://roonlabs.com"; 71 license = licenses.unfree; 72 maintainers = with maintainers; [ lovesegfault ]; 73 - platforms = platforms.linux; 74 }; 75 }
··· 70 homepage = "https://roonlabs.com"; 71 license = licenses.unfree; 72 maintainers = with maintainers; [ lovesegfault ]; 73 + platforms = [ "aarch64-linux" "x86_64-linux" ]; 74 }; 75 }