Loading pkgs/applications/networking/browsers/firefox/packages/firefox.nix +4 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,10 @@ buildMozillaMach rec { changelog = "https://www.mozilla.org/en-US/firefox/${version}/releasenotes/"; description = "Web browser built from Firefox source tree"; homepage = "http://www.mozilla.com/en-US/firefox/"; maintainers = with lib.maintainers; [ hexa ]; maintainers = with lib.maintainers; [ booxter # darwin hexa ]; platforms = lib.platforms.unix; broken = stdenv.buildPlatform.is32bit; # since Firefox 60, build on 32-bit platforms fails with "out of memory". Loading pkgs/applications/networking/mailreaders/thunderbird/packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ let homepage = "https://thunderbird.net/"; mainProgram = "thunderbird"; maintainers = with lib.maintainers; [ booxter # darwin lovesegfault pierron vcunat Loading Loading
pkgs/applications/networking/browsers/firefox/packages/firefox.nix +4 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,10 @@ buildMozillaMach rec { changelog = "https://www.mozilla.org/en-US/firefox/${version}/releasenotes/"; description = "Web browser built from Firefox source tree"; homepage = "http://www.mozilla.com/en-US/firefox/"; maintainers = with lib.maintainers; [ hexa ]; maintainers = with lib.maintainers; [ booxter # darwin hexa ]; platforms = lib.platforms.unix; broken = stdenv.buildPlatform.is32bit; # since Firefox 60, build on 32-bit platforms fails with "out of memory". Loading
pkgs/applications/networking/mailreaders/thunderbird/packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ let homepage = "https://thunderbird.net/"; mainProgram = "thunderbird"; maintainers = with lib.maintainers; [ booxter # darwin lovesegfault pierron vcunat Loading