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:
parent
f7cb50b3cf
commit
a7333e6b43
1 changed files with 0 additions and 1 deletions
|
@ -34,6 +34,5 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fbergroth ];
|
||||
platforms = platforms.linux;
|
||||
broken = stdenv.isAarch64;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue