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

This commit is contained in:
Eric Drechsel 2023-01-19 12:18:47 -08:00
parent d7c97732d5
commit aba66717cf

View file

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Only;
maintainers = with maintainers; [ edrex ];
platforms = platforms.linux;
broken = stdenv.isAarch64;
};
}