From f5b75578b4e1fbcb4ee558927895db1a083e212f Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Thu, 9 Apr 2026 18:27:00 +0200 Subject: [PATCH] electron_41: remove no longer needed patch Upstream removed skia patch_dir in https://github.com/electron/electron/commit/21f9474f4f3d9787c5514884107e748095c59bf1 --- .../tools/electron/41-skia-patchdir.patch | 12 ------------ pkgs/development/tools/electron/common.nix | 3 --- 2 files changed, 15 deletions(-) delete mode 100644 pkgs/development/tools/electron/41-skia-patchdir.patch diff --git a/pkgs/development/tools/electron/41-skia-patchdir.patch b/pkgs/development/tools/electron/41-skia-patchdir.patch deleted file mode 100644 index 9612d4292b85..000000000000 --- a/pkgs/development/tools/electron/41-skia-patchdir.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/electron/patches/config.json b/electron/patches/config.json -index ed42ff8123..7af1c839cc 100644 ---- a/electron/patches/config.json -+++ b/electron/patches/config.json -@@ -12,6 +12,6 @@ - { "patch_dir": "src/electron/patches/ReactiveObjC", "repo": "src/third_party/squirrel.mac/vendor/ReactiveObjC" }, - { "patch_dir": "src/electron/patches/webrtc", "repo": "src/third_party/webrtc" }, - { "patch_dir": "src/electron/patches/reclient-configs", "repo": "src/third_party/engflow-reclient-configs" }, -- { "patch_dir": "src/electron/patches/skia", "repo": "src/third_party/skia/src" }, -+ { "patch_dir": "src/electron/patches/skia", "repo": "src/third_party/skia" }, - { "patch_dir": "src/electron/patches/sqlite", "repo": "src/third_party/sqlite/src" } - ] diff --git a/pkgs/development/tools/electron/common.nix b/pkgs/development/tools/electron/common.nix index f06739827857..6a67cde6d74c 100644 --- a/pkgs/development/tools/electron/common.nix +++ b/pkgs/development/tools/electron/common.nix @@ -131,9 +131,6 @@ in ] ++ lib.optionals (lib.versions.major info.version == "39") [ ./39-angle-patchdir.patch - ] - ++ lib.optionals (lib.versions.major info.version == "41") [ - ./41-skia-patchdir.patch ]; postPatch = ''