mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
doctoc: remove dangling symlinks (#409051)
This commit is contained in:
commit
2795c506fe
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ buildNpmPackage rec {
|
|||
|
||||
npmDepsHash = "sha256-TbAnFpiN/v6xjQQznL/B180f0W48HPRqW21cO9XZhYA=";
|
||||
|
||||
postInstall = ''
|
||||
find $out/lib/node_modules -xtype l -delete
|
||||
'';
|
||||
|
||||
dontNpmBuild = true;
|
||||
|
||||
passthru.tests = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue