thunderbird: enable darwin builds

This commit is contained in:
Ihar Hrachyshka
2024-11-16 18:55:51 -05:00
parent cd813611a4
commit d72d4fa107
@@ -38,7 +38,6 @@ let
mainProgram = "thunderbird";
maintainers = with maintainers; [ lovesegfault pierron vcunat ];
platforms = platforms.unix;
badPlatforms = platforms.darwin;
broken = stdenv.buildPlatform.is32bit; # since Firefox 60, build on 32-bit platforms fails with "out of memory".
# not in `badPlatforms` because cross-compilation on 64-bit machine might work.
license = licenses.mpl20;