chromiumDev: Fix the patch phase
This commit is contained in:
parent
1f1a77bdb7
commit
80f4cce6fa
@ -170,7 +170,10 @@ let
|
||||
)
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
postPatch = lib.optionalString (chromiumVersionAtLeast "91") ''
|
||||
# Required for patchShebangs (unsupported):
|
||||
chmod -x third_party/webgpu-cts/src/tools/deno
|
||||
'' + ''
|
||||
# remove unused third-party
|
||||
for lib in ${toString gnSystemLibraries}; do
|
||||
if [ -d "third_party/$lib" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user