floorp: enable darwin builds

This commit is contained in:
Ihar Hrachyshka 2024-10-24 08:35:49 -04:00
parent d72d4fa107
commit 2ef548869d

View File

@ -50,7 +50,6 @@
homepage = "https://floorp.app/";
maintainers = with lib.maintainers; [ christoph-heiss ];
platforms = lib.platforms.unix;
badPlatforms = lib.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.