Skip to content

Commit 9fab7d3

Browse files
committed
tela-icon-theme: don't check for broken symlinks
This takes an hour because there are 600k+ symlinks.
1 parent bdc5515 commit 9fab7d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/by-name/te/tela-icon-theme/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ stdenvNoCC.mkDerivation rec {
3636
# These fixup steps are slow and unnecessary.
3737
dontPatchELF = true;
3838
dontRewriteSymlinks = true;
39+
dontCheckForBrokenSymlinks = true;
3940

4041
installPhase = ''
4142
runHook preInstall

0 commit comments

Comments
 (0)