stylelint-lsp: fix build with noBrokenSymlinks (#380319)

This commit is contained in:
Wolfgang Walther
2025-02-09 19:15:53 +01:00
committed by GitHub
@@ -44,6 +44,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
pnpm --ignore-scripts prune --prod
rm -rf node_modules/.pnpm/typescript*
find -type f \( -name "*.ts" -o -name "*.map" \) -exec rm -rf {} +
# https://github.com/pnpm/pnpm/issues/3645
find node_modules -xtype l -delete
'';
installPhase = ''