From c9ca13ce9abb2f872c1a24f49fcc027343146a98 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sun, 1 Jan 2023 17:58:56 +0100 Subject: chromium: Drop passthru.updateScript The update script for Chromium does not behave like other update scripts, e.g., it updates all channels and ungoogled-chromium (not just a single package). This causes issues when r-ryantm (the bot that runs nixpkgs-update) tries to update chromium and ungoogled-chromium (which it started to do recently): - https://github.com/NixOS/nixpkgs/pull/207185 - https://github.com/NixOS/nixpkgs/pull/207482 - https://github.com/NixOS/nixpkgs/pull/207596 - https://github.com/NixOS/nixpkgs/pull/208048 - https://github.com/NixOS/nixpkgs/pull/208287 We could make the update script work as expected by other tooling but Chromium requires special attention anyway so it might also be for the best to do it manually for now (at least someone needs to ensure that the correct labels are set and that security fixes (~ all updates) are backported). --- pkgs/applications/networking/browsers/chromium/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/applications/networking/browsers/chromium/default.nix b/pkgs/applications/networking/browsers/chromium/default.nix index 34c6f773046a2..1511459058d70 100644 --- a/pkgs/applications/networking/browsers/chromium/default.nix +++ b/pkgs/applications/networking/browsers/chromium/default.nix @@ -231,6 +231,5 @@ in stdenv.mkDerivation { inherit (chromium) upstream-info browser; mkDerivation = chromium.mkChromiumDerivation; inherit chromeSrc sandboxExecutableName; - updateScript = ./update.py; }; } -- cgit 1.4.1