6 python3Packages.buildPythonApplication {
7 pname = "auto-patchelf";
8 version = "0-unstable-2024-08-14";
13 dependencies = with python3Packages; [
20 install -Dm755 auto-patchelf.py $out/bin/auto-patchelf
26 "--set DEFAULT_BINTOOLS $NIX_BINTOOLS"
30 description = "Automatically patch ELF binaries using patchelf";
31 mainProgram = "auto-patchelf";
32 license = lib.licenses.mit;
33 platforms = lib.platforms.unix;
34 maintainers = with lib.maintainers; [ Scrumplex ];