mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
thunderbird: enable darwin builds
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user