floorp: enable darwin builds

This commit is contained in:
Ihar Hrachyshka
2024-11-16 18:55:51 -05:00
parent d72d4fa107
commit 2ef548869d
@@ -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.