river-tag-overlay: mark as broken on Aarch64, pending upstream fix
This commit is contained in:
parent
d7c97732d5
commit
aba66717cf
1 changed files with 1 additions and 0 deletions
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ edrex ];
|
||||
platforms = platforms.linux;
|
||||
broken = stdenv.isAarch64;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue