Unverified Commit 2795c506 authored by Niklas Korz's avatar Niklas Korz Committed by GitHub
Browse files

doctoc: remove dangling symlinks (#409051)

parents a4e8e74c 5c380be4
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 = {