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.
This commit is contained in:
Alyssa Ross 2023-04-23 11:19:01 +00:00
parent f7cb50b3cf
commit a7333e6b43

View file

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