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:
parent
e3ad419b87
commit
6f55db13eb
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
dontDropIconThemeCache = true;
|
||||
|
||||
# These fixup steps are slow and unnecessary.
|
||||
dontPatchELF = true;
|
||||
dontRewriteSymlinks = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
|
Loading…
Reference in a new issue