lol

rr: enable on 32bit x86

Lack of 32bit support led to the creation
of an overlay to add it back again,
but since it at least builds and seems to work
don't see why we'd disallow it here :).

+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 = ["x86_64-linux"]; 54 + platforms = stdenv.lib.platforms.x86; 55 55 }; 56 56 }