summary refs log tree commit diff
path: root/pkgs/development/libraries/libiconv/setup-hook.sh
blob: d8e1b4597a0639b11eaefddff2d8839258c56203 (plain) (blame)
1
2
3
4
5
6
7
# libintl must be listed in load flags on non-Glibc
# it doesn't hurt to have it in Glibc either though
iconvLdflags() {
    export NIX_LDFLAGS="$NIX_LDFLAGS -iconv"
}

addEnvHooks "$hostOffset" iconvLdflags