mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
electron: exclude patch of removed tests (#302544)
Closes https://github.com/NixOS/nixpkgs/issues/302457
This commit is contained in:
parent
47b9e6e557
commit
76b199e34b
@ -127,7 +127,7 @@ in (chromium.override { upstream-info = info.chromium; }).mkDerivation (base: {
|
||||
for patch in $(cat $patch_dir/.patches)
|
||||
do
|
||||
echo applying in $repo: $patch
|
||||
git apply -p1 --directory=$repo --exclude='src/third_party/blink/web_tests/*' $patch_dir/$patch
|
||||
git apply -p1 --directory=$repo --exclude='src/third_party/blink/web_tests/*' --exclude='src/content/test/data/*' $patch_dir/$patch
|
||||
done
|
||||
done
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user