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.
This commit is contained in:
Luke Granger-Brown 2021-05-02 20:17:14 +00:00
parent e3ad419b87
commit 6f55db13eb

View file

@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
dontDropIconThemeCache = true;
# These fixup steps are slow and unnecessary.
dontPatchELF = true;
dontRewriteSymlinks = true;
installPhase = ''
runHook preInstall