Commit 2e2d5d6f authored by Alyssa Ross's avatar Alyssa Ross
Browse files

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.
parent dbed5465
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35,6 +35,5 @@ stdenv.mkDerivation rec {
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ edrex ];
    platforms = platforms.linux;
    broken = stdenv.isAarch64;
  };
}