buildMozillaMach: migrate into build-support

The builder has multiple consumers, so it is fine to separate it from
Firefox, but the main motivation is to separate code ownership between
the builder and individual firefox versions.
This commit is contained in:
Martin Weinelt 2025-07-29 18:43:21 +02:00
parent c4d5ad04f9
commit 0026f50279
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
12 changed files with 2 additions and 1 deletions

View File

@ -234,6 +234,7 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @NixOS/nix-team @raitobeza
/nixos/tests/snapcast.nix @mweinelt
# Browsers
/pkgs/build-support/build-mozilla-mach @mweinelt
/pkgs/applications/networking/browsers/librewolf @squalus @DominicWrege @fpletz @LordGrimmauld
/pkgs/applications/networking/browsers/firefox @mweinelt
/pkgs/applications/networking/browsers/chromium @emilylange @networkException

View File

@ -12185,7 +12185,7 @@ with pkgs;
};
buildMozillaMach =
opts: callPackage (import ../applications/networking/browsers/firefox/common.nix opts) { };
opts: callPackage (import ../build-support/build-mozilla-mach/default.nix opts) { };
firefox-unwrapped = import ../applications/networking/browsers/firefox/packages/firefox.nix {
inherit