html-minifier: remove dangling symlinks (#396447)
This commit is contained in:
@@ -19,6 +19,10 @@ buildNpmPackage rec {
|
||||
|
||||
npmFlags = [ "--ignore-scripts" ];
|
||||
|
||||
postInstall = ''
|
||||
find $out/lib/node_modules -xtype l -delete
|
||||
'';
|
||||
|
||||
dontNpmBuild = true;
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user