Unverified Commit 9fab7d37 authored by Naïm Camille Favier's avatar Naïm Camille Favier
Browse files

tela-icon-theme: don't check for broken symlinks

This takes an hour because there are 600k+ symlinks.
parent bdc55154
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ stdenvNoCC.mkDerivation rec {
  # These fixup steps are slow and unnecessary.
  dontPatchELF = true;
  dontRewriteSymlinks = true;
  dontCheckForBrokenSymlinks = true;

  installPhase = ''
    runHook preInstall