hosttools: skip the fixup phase

Avoid to apply the patchelf command to ELF executables and libraries to
remove unused directories from the RPATH.

Fixes:

% openocd
openocd: /nix/store/.../hosttools/.../lib/libc.so.6: version
`GLIBC_ABI_DT_RELR' not found (required by
/nix/store/.../...h9x-glibc-2.38-44/lib/libpthread.so.0)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2024-03-28 08:07:19 -03:00 committed by adisbladis
parent 311d2ad38c
commit 6a007cf4ef
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ in {
buildInputs = [ python3 ];
dontBuild = true;
dontFixup = true;
sourceRoot = ".";