write-good: remove `node_modules/.bin` (#381434)

authored by Gaétan Lepage and committed by GitHub 5e4947a3 369ba9a0

+5
+5
pkgs/by-name/wr/write-good/package.nix
··· 19 19 20 20 dontNpmBuild = true; 21 21 22 + postInstall = '' 23 + # Remove the .bin directory as it contains broken symlinks 24 + rm -rf $out/lib/node_modules/write-good/node_modules/.bin 25 + ''; 26 + 22 27 meta = { 23 28 description = "Naive linter for English prose"; 24 29 homepage = "https://github.com/btford/write-good";