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-27 21:39:15 +00:00
parent f7cb50b3cf
commit a7333e6b43
-1
View File
@@ -34,6 +34,5 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ fbergroth ];
platforms = platforms.linux;
broken = stdenv.isAarch64;
};
}