c04c410fadc9d73db4555754e41530ef5243add1
Add dontPatchELF = true to the discord-gateway derivation. Nix's fixupPhase runs patchELF over $out/node_modules and chokes on the non-ET_DYN ELF files (.o/.a objects + prebuilt .node addons), emitting hundreds of non-fatal 'patchelf: wrong ELF type' lines per build. The real binary is node (external, RPATH-fixed) and the .node addons are self-contained prebuilts loaded via dlopen, so Nix RPATH patching is neither needed nor wanted. Shebang patching still runs.
Description
Bete Discord moderation watcher
27 MiB
Languages
TypeScript
96.9%
Nix
1.2%
Shell
0.9%
CSS
0.5%
PLpgSQL
0.5%