html-minifier: remove dangling symlinks

This commit is contained in:
Haylin Moore
2025-04-05 23:01:11 -04:00
parent 20f510d555
commit 04520fadfc
@@ -19,6 +19,10 @@ buildNpmPackage rec {
npmFlags = [ "--ignore-scripts" ];
postInstall = ''
find $out/lib/node_modules -xtype l -delete
'';
dontNpmBuild = true;
meta = {