We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d421f commit a4bb031Copy full SHA for a4bb031
pkgs/applications/networking/browsers/firefox/packages/firefox-devedition.nix
@@ -23,7 +23,10 @@ buildMozillaMach rec {
23
changelog = "https://www.mozilla.org/en-US/firefox/${lib.versions.majorMinor version}beta/releasenotes/";
24
description = "Web browser built from Firefox Developer Edition source tree";
25
homepage = "http://www.mozilla.com/en-US/firefox/";
26
- maintainers = with lib.maintainers; [ jopejoe1 ];
+ maintainers = with lib.maintainers; [
27
+ jopejoe1
28
+ rhendric
29
+ ];
30
platforms = lib.platforms.unix;
31
broken = stdenv.buildPlatform.is32bit;
32
# since Firefox 60, build on 32-bit platforms fails with "out of memory".
0 commit comments