Commit aba66717 authored by Eric Drechsel's avatar Eric Drechsel
Browse files

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

parent d7c97732
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ edrex ];
    platforms = platforms.linux;
    broken = stdenv.isAarch64;
  };
}