Unverified Commit f5b75578 authored by teutat3s's avatar teutat3s
Browse files

electron_41: remove no longer needed patch

parent 3ccb323d
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
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" }
 ]
+0 −3
Original line number Diff line number Diff line
@@ -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 = ''