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-15 20:10:27 +01:00
parent ec3a49b987
commit aed77ec778
@@ -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