rr: limit platforms to x86_64

related to #32326

+1 -1
+1 -1
pkgs/development/tools/analysis/rr/default.nix
··· 51 51 52 52 license = "custom"; 53 53 maintainers = with stdenv.lib.maintainers; [ pierron thoughtpolice ]; 54 - platforms = stdenv.lib.platforms.linux; 54 + platforms = ["x86_64-linux"]; 55 55 }; 56 56 }