doctoc: remove dangling symlinks (#409051)
This commit is contained in:
commit
2795c506fe
@ -18,6 +18,10 @@ buildNpmPackage rec {
|
|||||||
|
|
||||||
npmDepsHash = "sha256-TbAnFpiN/v6xjQQznL/B180f0W48HPRqW21cO9XZhYA=";
|
npmDepsHash = "sha256-TbAnFpiN/v6xjQQznL/B180f0W48HPRqW21cO9XZhYA=";
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
find $out/lib/node_modules -xtype l -delete
|
||||||
|
'';
|
||||||
|
|
||||||
dontNpmBuild = true;
|
dontNpmBuild = true;
|
||||||
|
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user