Commit a74f2234 authored by jopejoe1's avatar jopejoe1
Browse files

buildMozillaMach: add branding option to change the path where the branding is located

parent 940594ac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, binaryName ? "firefox"
, application ? "browser"
, applicationName ? "Mozilla Firefox"
, branding ? null
, src
, unpackPhase ? null
, extraPatches ? []
@@ -390,6 +391,7 @@ buildStdenv.mkDerivation ({
  ]
  ++ lib.optionals enableDebugSymbols [ "--disable-strip" "--disable-install-strip" ]
  ++ lib.optional enableOfficialBranding "--enable-official-branding"
  ++ lib.optional (branding != null) "--with-branding=${branding}"
  ++ extraConfigureFlags;

  buildInputs = [