[build] type = "autotools" [build.flags] skip_tests = true [dependencies] runtime = [ "libcxx", "glibc", "libunwind", ] [package] description = "Small utility to modify the dynamic linker and RPATH of ELF executables" homepage = "https://nixos.org/patchelf.html" license = "GPL-3.0-or-later" name = "patchelf" version = "0.18.0" [[source]] extract_dir = "$name-$version" post_extract = ["autoreconf -fiv"] url = "https://github.com/NixOS/patchelf.git#$version" cherry_pick = [ "0e338941fc730c1e7080ca04fc1ee18b9ae2854b" ]