Commit a7333e6b authored by Alyssa Ross's avatar Alyssa Ross
Browse files

tofi: unmark broken on aarch64

When the tofi package was added, it didn't build on aarch64, but now
it does, presumably due to the GCC upgrade.
parent f7cb50b3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -34,6 +34,5 @@ stdenv.mkDerivation rec {
    license = licenses.mit;
    maintainers = with maintainers; [ fbergroth ];
    platforms = platforms.linux;
    broken = stdenv.isAarch64;
  };
}