Unverified Commit 33e06502 authored by Niklas Korz's avatar Niklas Korz Committed by GitHub
Browse files

[Backport release-25.05] doctoc: remove dangling symlinks (#409056)

parents d155ce7c 80138878
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@ buildNpmPackage rec {

  npmDepsHash = "sha256-TbAnFpiN/v6xjQQznL/B180f0W48HPRqW21cO9XZhYA=";

  postInstall = ''
    find $out/lib/node_modules -xtype l -delete
  '';

  dontNpmBuild = true;

  passthru.tests = {