Skip to content

Commit d2f4dcb

Browse files
stylelint-lsp: fix build with noBrokenSymlinks (#380319)
2 parents 8722c7a + 1ad46f7 commit d2f4dcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/st/stylelint-lsp/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
4444
pnpm --ignore-scripts prune --prod
4545
rm -rf node_modules/.pnpm/typescript*
4646
find -type f \( -name "*.ts" -o -name "*.map" \) -exec rm -rf {} +
47+
# https://github.com/pnpm/pnpm/issues/3645
48+
find node_modules -xtype l -delete
4749
'';
4850

4951
installPhase = ''

0 commit comments

Comments
 (0)