thunderbird: enable darwin builds

This commit is contained in:
Ihar Hrachyshka 2024-10-23 20:21:25 -04:00
parent cd813611a4
commit d72d4fa107

View File

@ -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;