haste-server: fix broken symlink

This commit is contained in:
Maciej Krüger
2025-03-12 02:26:08 +01:00
parent e5a90ffe43
commit 3b115aec2e

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 = {