nodejs: ensure that all scripts in nodejs have proper shebangs (#17594)

authored by Rok Garbas and committed by GitHub f17ff218 75896a61

+4
+4
pkgs/development/web/nodejs/nodejs.nix
··· 40 40 sed -i 's/raise.*No Xcode or CLT version detected.*/version = "7.0.0"/' tools/gyp/pylib/gyp/xcode_emulation.py 41 41 ''; 42 42 43 + postInstall = '' 44 + PATH=$out/bin:$PATH patchShebangs $out 45 + ''; 46 + 43 47 patches = stdenv.lib.optionals stdenv.isDarwin [ ./no-xcode.patch ]; 44 48 45 49 buildInputs = extraBuildInputs