libiconv: fix bad setup-hook
This commit is contained in:
parent
63b41e2be7
commit
c295e7a7f5
@ -1,7 +1,7 @@
|
|||||||
# libintl must be listed in load flags on non-Glibc
|
# libiconv must be listed in load flags on non-Glibc
|
||||||
# it doesn't hurt to have it in Glibc either though
|
# it doesn't hurt to have it in Glibc either though
|
||||||
iconvLdflags() {
|
iconvLdflags() {
|
||||||
export NIX_LDFLAGS="$NIX_LDFLAGS -iconv"
|
export NIX_LDFLAGS="$NIX_LDFLAGS -liconv"
|
||||||
}
|
}
|
||||||
|
|
||||||
addEnvHooks "$hostOffset" iconvLdflags
|
addEnvHooks "$hostOffset" iconvLdflags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user