haste-server: fix broken symlink (#389135)

This commit is contained in:
Maciej Krüger
2025-03-12 02:35:03 +01:00
committed by GitHub
+1
View File
@@ -22,6 +22,7 @@ buildNpmPackage rec {
postInstall = ''
install -Dt "$out/share/haste-server" about.md
rm -rf "$out/lib/node_modules/haste/node_modules/.bin/"
'';
passthru = {