File no-zlib-headers.patch of Package nodejs-electron
Do not ship bundled zlib headers. Electron uses the system zlib, and anyone compiling against it should also. --- src/electron/BUILD.gn.orig +++ src/electron/BUILD.gn @@ -1582,7 +1582,6 @@ group("copy_node_headers") { public_deps = header_groups + [ ":node_gypi_headers", ":node_version_header", - ":zlib_headers", ] }