From 6f55db13eb745068766ac34f843590d39701735e Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 2 May 2021 20:17:14 +0000 Subject: [PATCH] tela-icon-theme: skip patchelf and symlink rewrite steps * We don't have any ELFs to patch. * Scanning all the symlinks is slow, and jdupes already makes them relative anyway. --- pkgs/data/icons/tela-icon-theme/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/data/icons/tela-icon-theme/default.nix b/pkgs/data/icons/tela-icon-theme/default.nix index 23e56e6107c..c3bed509ed9 100644 --- a/pkgs/data/icons/tela-icon-theme/default.nix +++ b/pkgs/data/icons/tela-icon-theme/default.nix @@ -17,6 +17,10 @@ stdenv.mkDerivation rec { dontDropIconThemeCache = true; + # These fixup steps are slow and unnecessary. + dontPatchELF = true; + dontRewriteSymlinks = true; + installPhase = '' runHook preInstall