nixpkgs/pkgs/development/libraries/libiconv/setup-hook.sh

8 lines
208 B
Bash
Raw Normal View History

2018-03-14 19:14:46 +00:00
# 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