river-tag-overlay: mark as broken on Aarch64, pending upstream fix

This commit is contained in:
Eric Drechsel
2023-01-23 16:44:14 -08:00
parent d7c97732d5
commit aba66717cf
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Only;
maintainers = with maintainers; [ edrex ];
platforms = platforms.linux;
broken = stdenv.isAarch64;
};
}