mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 16:43:58 +00:00
6 lines
154 B
Bash
6 lines
154 B
Bash
|
fixupOutputHooks+=(_FreeBSDPatchelfShrink)
|
||
|
|
||
|
_FreeBSDPatchelfShrink() {
|
||
|
find $prefix -type f | xargs -n1 patchelf --shrink-rpath &>/dev/null || true
|
||
|
}
|