mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01: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
|
||
|
}
|