We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc5515 commit 9fab7d3Copy full SHA for 9fab7d3
pkgs/by-name/te/tela-icon-theme/package.nix
@@ -36,6 +36,7 @@ stdenvNoCC.mkDerivation rec {
36
# These fixup steps are slow and unnecessary.
37
dontPatchELF = true;
38
dontRewriteSymlinks = true;
39
+ dontCheckForBrokenSymlinks = true;
40
41
installPhase = ''
42
runHook preInstall
0 commit comments