void-packages/srcpkgs/electron35/files/patches/electron-exclude-content-test-patches.patch
2025-07-19 06:09:32 +02:00

10 lines
426 B
Diff

--- electron/script/apply_all_patches.py 2024-02-14 19:35:26.000000000 +0100
+++ - 2024-02-19 12:58:37.818075522 +0100
@@ -22,6 +22,7 @@
patch_data=patch_from_dir(patch_dir),
repo=repo,
threeway=THREEWAY,
+ exclude=['third_party/blink/tools/**', 'test/mjsunit/**', 'content/test/**', 'test/cctest/**', 'test/unit tests/**', 'third_party/blink/web_tests/**', '.gitignore'],
)
def apply_config(config):