From de7585dec87f2446b02642df347cd3c5c6208eeb Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 24 Oct 2024 08:35:59 -0400 Subject: [PATCH] librewolf: enable darwin builds --- pkgs/applications/networking/browsers/librewolf/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/librewolf/default.nix b/pkgs/applications/networking/browsers/librewolf/default.nix index 76c6ee7a052c..9a1c9330ccde 100644 --- a/pkgs/applications/networking/browsers/librewolf/default.nix +++ b/pkgs/applications/networking/browsers/librewolf/default.nix @@ -19,7 +19,6 @@ in homepage = "https://librewolf.net/"; maintainers = with lib.maintainers; [ squalus ]; 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. maxSilent = 14400; # 4h, double the default of 7200s (c.f. #129212, #129115)