pkgs/os-specific/darwin/apple-source-releases/libiconv: remove unused static-setup-hook.sh

Oversight in ca4dd24306.
This commit is contained in:
Wolfgang Walther 2024-11-10 18:44:41 +01:00
parent ec3a49b987
commit aed77ec778
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -1,5 +0,0 @@
# Darwins dynamic libiconv reexports libcharset, so reproduce that in static builds.
if [ -z "${dontAddExtraLibs-}" ]; then
getHostRole
export NIX_LDFLAGS${role_post}+=" -lcharset"
fi