river-tag-overlay: unmark broken on aarch64

This package didn't build on aarch64 when it was added, but now it
does. In the meantime we bumped the default GCC on aarch64, so
presumably that fixed it.

-1
-1
pkgs/applications/misc/river-tag-overlay/default.nix
··· 35 license = licenses.gpl3Only; 36 maintainers = with maintainers; [ edrex ]; 37 platforms = platforms.linux; 38 - broken = stdenv.isAarch64; 39 }; 40 }
··· 35 license = licenses.gpl3Only; 36 maintainers = with maintainers; [ edrex ]; 37 platforms = platforms.linux; 38 }; 39 }