Unverified Commit a61abd64 authored by Emily's avatar Emily Committed by GitHub
Browse files

chromium,chromedriver: 132.0.6834.159 -> 133.0.6943.53 (#379641)

parents 9b643fab 7aacf613
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@

  # Native build inputs:
  ninja,
  bashInteractive,
  pkg-config,
  python3,
  perl,
@@ -214,6 +215,7 @@ let
  };

  isElectron = packageName == "electron";
  needsCompgen = chromiumVersionAtLeast "133";

  chromiumDeps = lib.mapAttrs (
    path: args:
@@ -291,6 +293,11 @@ let
    nativeBuildInputs =
      [
        ninja
      ]
      ++ lib.optionals needsCompgen [
        bashInteractive # needed for compgen in buildPhase -> process_template
      ]
      ++ [
        pkg-config
        python3WithPackages
        perl
@@ -795,12 +802,12 @@ let
      let
        buildCommand = target: ''
          TERM=dumb ninja -C "${buildPath}" -j$NIX_BUILD_CORES "${target}"
          (
          ${lib.optionalString needsCompgen "bash -s << EOL\n"}(
            source chrome/installer/linux/common/installer.include
            PACKAGE=$packageName
            MENUNAME="Chromium"
            process_template chrome/app/resources/manpage.1.in "${buildPath}/chrome.1"
          )
          )${lib.optionalString needsCompgen "\nEOL"}
        '';
        targets = extraAttrs.buildTargets or [ ];
        commands = map buildCommand targets;
+175 −150

File changed.

Preview size limit exceeded, changes collapsed.